Fix ARM exception crash, add --arm option to test/run
commitc7d175ec1de074e94f13901252b2c200b1322e38
authorOwen Yamauchi <oyamauchi@fb.com>
Fri, 22 Nov 2013 01:40:15 +0000 (21 17:40 -0800)
committerSara Golemon <sgolemon@fb.com>
Wed, 27 Nov 2013 02:23:36 +0000 (26 18:23 -0800)
tree9a94c1d246a1f6c346c2210ac7341bd7610feb4e
parent4ef45eb36de5e29463b4eefa0bed854acc2ee05a
Fix ARM exception crash, add --arm option to test/run

The fakeAR thing isn't necessary now that we have a special fixup
implementation for simulator mode. Combined with @markw65' changes to
functionEnterHelper etc., everything's pretty clean, and function
interception works properly (it didn't before lockdown).

Reviewed By: @edwinsmith

Differential Revision: D1069589
hphp/runtime/vm/jit/translator-x64.cpp
hphp/test/run