mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-28 21:29:35 +00:00
Remove unnecessary instructions in CPU tracing
This commit is contained in:
parent
f12a4c7142
commit
abe520d8b7
@ -60,9 +60,7 @@
|
||||
bl CALL(cpu65_trace_arg2);
|
||||
# define TRACE_EPILOGUE \
|
||||
CommonSaveCPUState; \
|
||||
push {r0, EffectiveAddr, PC_Reg, lr}; \
|
||||
bl CALL(cpu65_trace_epilogue); \
|
||||
pop {r0, EffectiveAddr, PC_Reg, lr};
|
||||
bl CALL(cpu65_trace_epilogue);
|
||||
#else
|
||||
# define TRACE_PROLOGUE
|
||||
# define TRACE_ARG
|
||||
|
Loading…
x
Reference in New Issue
Block a user