Bug 591575 - JM: Fix Android build bustage due to "thumb conditional instruction not in IT block", r=sayrer

This commit is contained in:
Michael Wu 2010-08-30 11:52:32 -07:00
parent f575742690
commit 635beb851b

View File

@ -529,6 +529,7 @@ SYMBOL_STRING(JaegerThrowpoline) ":" "\n"
/* If js_InternalThrow found a scripted handler, jump to it. Otherwise, tidy
* up and return. */
" cmp r0, #0" "\n"
" it ne" "\n"
" bxne r0" "\n"
/* Tidy up, then return '0' to represent an unhandled exception. */