mirror of
https://github.com/ctm/syn68k.git
synced 2026-04-25 12:17:42 +00:00
Ancient hacks that I made as I was trying to get Executor on iPad.
Unfortunately I never documented exactly what I did and now months have gone by, so I have to go back and try to figure out what I was doing and what worked and what didn't.
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
#elif defined(__x86_64)
|
||||
# define GLOBAL_REGISTER_DECLS register const uint16 *code asm ("%r12");
|
||||
#else
|
||||
# error "Choose a global register to hold the current synthetic PC. Make sure it is saved by the normal calling convention."
|
||||
/* DO NOT COMMIT THIS. IT IS FOR ARM ONLY, but I DON'T KNOW THE PREPROCESSOR SYMBOL */
|
||||
# define GLOBAL_REGISTER_DECLS register const uint16 *code asm ("%r11");
|
||||
// # error "Choose a global register to hold the current synthetic PC. Make sure it is saved by the normal calling convention."
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user