mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 1301400: Baseline Wasm Compiler: Part 6: Implement PopI64, r=lth
This commit is contained in:
parent
bbd48f090f
commit
ea9d7347f9
@ -1404,7 +1404,8 @@ class BaseCompiler
|
||||
#ifdef JS_PUNBOX64
|
||||
masm.Pop(r.reg.reg);
|
||||
#else
|
||||
MOZ_CRASH("BaseCompiler platform hook: popI64");
|
||||
masm.Pop(r.reg.low);
|
||||
masm.Pop(r.reg.high);
|
||||
#endif
|
||||
break;
|
||||
case Stk::RegisterI64:
|
||||
|
Loading…
Reference in New Issue
Block a user