From 632e50efe61c6b82fcf290efa992f452a7255643 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 9 Nov 2010 02:13:23 +0000 Subject: [PATCH] fix non-continuations ARM build --- src/compile-arm.S | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/compile-arm.S b/src/compile-arm.S index dcf1aec53b..555c61476b 100644 --- a/src/compile-arm.S +++ b/src/compile-arm.S @@ -249,11 +249,6 @@ LOCAL(vmJumpAndInvoke_getAddress): ldr lr,[r11,r10] bx r1 -#else // not AVIAN_CONTINUATIONS - // vmJumpAndInvoke should only be called when continuations are - // enabled - bkpt -#endif // not AVIAN_CONTINUATIONS LOCAL(vmInvoke_returnAddress_word): .word GLOBAL(vmInvoke_returnAddress)(GOT) @@ -262,3 +257,8 @@ LOCAL(vmInvoke_getAddress_word): LOCAL(vmJumpAndInvoke_getAddress_word): .word _GLOBAL_OFFSET_TABLE_-(LOCAL(vmJumpAndInvoke_getAddress)+8) +#else // not AVIAN_CONTINUATIONS + // vmJumpAndInvoke should only be called when continuations are + // enabled + bkpt +#endif // not AVIAN_CONTINUATIONS