CALLBACK_PROLOGUE goes away for pnolet case

This commit is contained in:
ehouse 2004-09-19 03:20:32 +00:00
parent 361704f66e
commit 4607696900

View file

@ -3,10 +3,16 @@
#ifndef __CALLBACK__
#define __CALLBACK__
#ifdef MW_COMPILER
#if defined MW_COMPILER
/* these are no-ops for MW as I understand it */
# define CALLBACK_PROLOGUE()
# define CALLBACK_EPILOGUE()
#elif defined XW_TARGET_PNO || defined XW_TARGET_X86
#define CALLBACK_PROLOGUE()
#define CALLBACK_EPILOGUE()
#else
register void *reg_a4 asm("%a4");