| Index: src/compiler/ia32/code-generator-ia32.cc
|
| diff --git a/src/compiler/ia32/code-generator-ia32.cc b/src/compiler/ia32/code-generator-ia32.cc
|
| index c3eaee333159329ac6a0d40035104d6cbca5272a..605e61600d53db05168a952d2b1578fbd4e4d60a 100644
|
| --- a/src/compiler/ia32/code-generator-ia32.cc
|
| +++ b/src/compiler/ia32/code-generator-ia32.cc
|
| @@ -1695,7 +1695,7 @@ void CodeGenerator::AssembleArchTrap(Instruction* instr,
|
| bool old_has_frame = __ has_frame();
|
| if (frame_elided_) {
|
| __ set_has_frame(true);
|
| - __ EnterFrame(StackFrame::WASM);
|
| + __ EnterFrame(StackFrame::WASM_COMPILED);
|
| }
|
| GenerateCallToTrap(trap_id);
|
| if (frame_elided_) {
|
|
|