mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
Bug 1141921 - OdinMonkey: MIPS: Fix callJitFromAsmJS to push return address. r=nbp
This commit is contained in:
parent
55e31ac559
commit
2d0e7d7bf2
@ -1220,7 +1220,7 @@ public:
|
||||
// Makes a call using the only two methods that it is sane for indep code
|
||||
// to make a call.
|
||||
void callJit(Register callee);
|
||||
void callJitFromAsmJS(Register callee) { call(callee); }
|
||||
void callJitFromAsmJS(Register callee) { callJit(callee); }
|
||||
|
||||
void reserveStack(uint32_t amount);
|
||||
void freeStack(uint32_t amount);
|
||||
|
Loading…
x
Reference in New Issue
Block a user