summaryrefslogtreecommitdiffstats
path: root/js/src/jit/LIR.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--js/src/jit/LIR.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/jit/LIR.h b/js/src/jit/LIR.h
index 30a35b0dea..1b1b107557 100644
--- a/js/src/jit/LIR.h
+++ b/js/src/jit/LIR.h
@@ -1422,6 +1422,8 @@ enum class WasmSafepointKind : uint8_t {
// For resumable wasm traps where registers will be spilled by the trap
// handler.
Trap,
+ // For stack switch call.
+ StackSwitch,
};
class LSafepoint : public TempObject {