Remove redundant code

This commit is contained in:
Aaron Culliney
2015-02-17 11:06:50 -08:00
parent c4e3d93fd4
commit 28aea0bf14
+1 -7
View File
@@ -112,13 +112,7 @@
#define GetFromMem_W(x) \
movLQ x, EffectiveAddr_X; \
incw EffectiveAddr; \
SYMX_PROLOGUE(cpu65_vmem_r); \
callLQ *SYMX(cpu65_vmem_r,EffectiveAddr_X,SZ_PTR); \
decw EffectiveAddr; \
movb %al, %ah; \
SYMX_PROLOGUE(cpu65_vmem_r); \
callLQ *SYMX(cpu65_vmem_r,EffectiveAddr_X,SZ_PTR);
GetFromEA_W
#define Continue \
jmp continue;