Fix ARM bustage for bug 555633. r=me.

--HG--
extra : convert_revision : be4f098b6cb32f2c2787ef2842402f2b39e0925d
This commit is contained in:
Nicholas Nethercote 2010-03-31 15:14:28 -07:00
parent d701093eb8
commit a0e29d2b63

View File

@ -211,8 +211,10 @@ namespace nanojit
LIR_add = LIR_addl,
LIR_sub = LIR_subl,
LIR_mul = LIR_mull,
#if defined NANOJIT_IA32 || defined NANOJIT_X64
LIR_div = LIR_divl,
LIR_mod = LIR_modl,
#endif
LIR_not = LIR_notl,
LIR_and = LIR_andl,