diff options
| author | 2016-07-05 18:43:51 +0100 | |
|---|---|---|
| committer | 2016-07-05 18:43:51 +0100 | |
| commit | aaeef5ed498f83125a54ef1cf2d044d2872f888f (patch) | |
| tree | e6120dcd2b24c41dafafc719794e7f01fb920a61 | |
| parent | 1fdb340de4e608a88e8683c857cad5d0da2c16de (diff) | |
Remove stray end of macro.
These lines used to be part of the definition of
SETUP_REFS_ONLY_CALLEE_SAVE_FRAME_PRESERVE_RTEMP2,
which has been deleted.
Test: ART target (ARM) tests.
Bug: 29259539
Change-Id: I4eda77cb739e58d387ffab61a127dc7bc24e2374
| -rw-r--r-- | runtime/arch/arm/quick_entrypoints_arm.S | 6 |
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 |