Skip to content
Snippets Groups Projects
Commit 01ca2636 authored by Raymond Toy's avatar Raymond Toy
Browse files

Clean up according to review.

arm-lispregs.h:
* Add comment for last #endif

arm-validate.h:
* Oops. Forgot to remove one use of RESERVED_SPACE.
* Add comment for last #endif
parent a487d347
No related branches found
No related tags found
No related merge requests found
......@@ -47,4 +47,4 @@
#define SC_PC(scp) (*os_sigcontext_reg(scp, reg_PC))
#define SC_SP(scp) SC_REG(scp, reg_SP)
#endif
#endif /* ARM_LISPREGS_H */
......@@ -61,7 +61,7 @@
#error gencgc not supported
#else
#define DYNAMIC_0_SPACE_START (SpaceStart_TargetDynamic)
#define DYNAMIC_1_SPACE_START (DYNAMIC_0_SPACE_START + DYNAMIC_SPACE_SIZE + RESERVED_SPACE)
#define DYNAMIC_1_SPACE_START (DYNAMIC_0_SPACE_START + DYNAMIC_SPACE_SIZE)
#endif
#endif
#endif /* ARM_VALIDATE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment