From ef89049eae1d7e2591bef44a3e8151131fb4bed2 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Thu, 20 Oct 2011 23:11:54 -0700 Subject: More size fixes Now A68k is happy, but ld-tigcc chokes on its output. --- flags.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flags.asm') 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 -- cgit v1.2.3