mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-23 11:31:41 +00:00
Balance EffectiveAddr_X ... CPU_TRACING test passes
This commit is contained in:
parent
9144b48885
commit
c1db658589
@ -54,7 +54,8 @@ E(func) addLQ SN(pointer),EffectiveAddr_X; \
|
||||
cmpl $0,SN(pointer); \
|
||||
jz 1f; \
|
||||
movb %al,(EffectiveAddr_X); \
|
||||
1: ret;
|
||||
1: subLQ SN(pointer),EffectiveAddr_X; \
|
||||
ret;
|
||||
|
||||
|
||||
#ifdef __LP64__
|
||||
|
Loading…
Reference in New Issue
Block a user