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:
Clifford T. Matthews
2010-11-11 09:33:10 -07:00
parent 88219957db
commit fc75521fb6
3 changed files with 10 additions and 4 deletions
+3 -1
View File
@@ -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