diff options
Diffstat (limited to 'compiler_and_linker/unsorted/Peephole.c')
-rw-r--r-- | compiler_and_linker/unsorted/Peephole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_and_linker/unsorted/Peephole.c b/compiler_and_linker/unsorted/Peephole.c index 3a63bff..151e448 100644 --- a/compiler_and_linker/unsorted/Peephole.c +++ b/compiler_and_linker/unsorted/Peephole.c @@ -1449,7 +1449,7 @@ static int MR_ADDI(PCode *instr, UInt32 *masks) { int prevFlag = 0; int nextFlag = 0; - if (copts.cpu == CPU_PPC603e) { + if (copts.processor == CPU_PPC603e) { if (prev) prevFlag = (prev->flags & fOpTypeMask) == fOpTypeGPR; if (next) |