summaryrefslogtreecommitdiff
path: root/flags.asm
diff options
context:
space:
mode:
authorAstrid Smith2011-10-20 23:11:54 -0700
committerAstrid Smith2011-10-20 23:11:54 -0700
commitef89049eae1d7e2591bef44a3e8151131fb4bed2 (patch)
tree249591a3ea8bb11c9ec3e29a5d0f6c53ad6199a1 /flags.asm
parentbc73dcf297780bad3b84666619ee1ebedb0c4792 (diff)
More size fixes
Now A68k is happy, but ld-tigcc chokes on its output.
Diffstat (limited to 'flags.asm')
-rw-r--r--flags.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.asm b/flags.asm
index 343e8a6..6282336 100644
--- a/flags.asm
+++ b/flags.asm
@@ -95,7 +95,7 @@ FNPV_ok:
f_calc_parity:
andi.w #$ff,d1
move.b lut_parity-flag_storage(a3,d1.w),d1
- move.w flag_byte(pc),d0
+ move.b (flag_byte),d0
and.b #%11110111,d0
or.w #%0000100000000000,d0
or.b d1,d0