mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 05:05:36 +00:00
target/arm: add space before the open parenthesis '('
Fix code style. Space required before the open parenthesis '('. Backports 7f350a87e3a85e8a260ce4b133d549a7b2789213
This commit is contained in:
parent
71d4aced5d
commit
b3f63b72a2
|
@ -9459,7 +9459,7 @@ static void arm_tr_tb_stop(DisasContextBase *dcbase, CPUState *cpu)
|
|||
- Hardware watchpoints.
|
||||
Hardware breakpoints have already been handled and skip this code.
|
||||
*/
|
||||
switch(dc->base.is_jmp) {
|
||||
switch (dc->base.is_jmp) {
|
||||
case DISAS_NEXT:
|
||||
case DISAS_TOO_MANY:
|
||||
gen_goto_tb(dc, 1, dc->base.pc_next);
|
||||
|
|
Loading…
Reference in a new issue