mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
PowerPC target coding style fixes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3348 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b068d6a713
commit
b33c17e12d
6 changed files with 25 additions and 33 deletions
|
@ -6566,7 +6566,7 @@ static always_inline int gen_intermediate_code_internal (CPUState *env,
|
|||
branch_step = 1;
|
||||
else
|
||||
branch_step = 0;
|
||||
ctx.singlestep_enabled = env->singlestep_enabled || single_step == 1;;
|
||||
ctx.singlestep_enabled = env->singlestep_enabled || single_step == 1;
|
||||
#if defined (DO_SINGLE_STEP) && 0
|
||||
/* Single step trace mode */
|
||||
msr_se = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue