mirror of
https://github.com/drasko/codezero.git
synced 2026-07-14 19:25:24 +02:00
Added MR #define place holders so that these are used instead of real register names
This commit is contained in:
@@ -16,4 +16,8 @@
|
||||
#define MR_UNUSED_TOTAL (MR_TOTAL - MR_UNUSED_START)
|
||||
#define MR_USABLE_TOTAL MR_UNUSED_TOTAL
|
||||
|
||||
/* These are defined so that we don't hard-code register names */
|
||||
#define MR0_REGISTER r3
|
||||
#define MR_RETURN_REGISTER r3
|
||||
|
||||
#endif /* __GLUE_ARM_MESSAGE_H__ */
|
||||
|
||||
Reference in New Issue
Block a user