From e93c37cdd00300abc6b12c014bd910a71b7463ab Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Fri, 2 Jul 2010 14:05:51 -0700 Subject: Temporary fixes for alignment issues --- alu.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'alu.asm') diff --git a/alu.asm b/alu.asm index cc81491..4f89f52 100644 --- a/alu.asm +++ b/alu.asm @@ -43,7 +43,8 @@ alu_sbc: move.b d1,(f_tmp_dst_b-flag_storage)(a3) sub.b d2,d1 move sr,(f_host_sr-flag_storage)(a3) - move.w #$0202,(flag_byte-flag_storage)(a3) + move.b #$02,(flag_byte-flag_storage)(a3) + move.b #$02,(flag_valid-flag_storage)(a3) pop.l d2 rts -- cgit v1.2.3