summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2016-07-06 09:35:26 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-07-06 09:35:26 +0000
commited22d481c12f1e03ea2ce78a0ce71f9d219892ee (patch)
tree54f510fad4e6c1d8ba955bf5d5bfe43fb6aab83b
parent74c0d1bb67f9c6ee8306f0318ab7251d56dc99d6 (diff)
parentaaeef5ed498f83125a54ef1cf2d044d2872f888f (diff)
Merge "Remove stray end of macro."
-rw-r--r--runtime/arch/arm/quick_entrypoints_arm.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/arch/arm/quick_entrypoints_arm.S b/runtime/arch/arm/quick_entrypoints_arm.S
index 0797def8e8..d940164c2c 100644
--- a/runtime/arch/arm/quick_entrypoints_arm.S
+++ b/runtime/arch/arm/quick_entrypoints_arm.S
@@ -88,12 +88,6 @@
#endif
.endm
- // Ugly compile-time check, but we only have the preprocessor.
-#if (FRAME_SIZE_REFS_ONLY_CALLEE_SAVE != 28 + 4)
-#error "REFS_ONLY_CALLEE_SAVE_FRAME(ARM) size not as expected."
-#endif
-.endm
-
.macro RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME
add sp, #4 @ bottom word holds Method*
.cfi_adjust_cfa_offset -4