Remove unnecessary instructions in CPU tracing

This commit is contained in:
Aaron Culliney 2015-03-10 11:15:28 -07:00
parent f12a4c7142
commit abe520d8b7

View File

@ -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