summaryrefslogtreecommitdiff
path: root/yjit_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_core.c')
-rw-r--r--yjit_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/yjit_core.c b/yjit_core.c
index ae771fb7c4..22527e24a6 100644
--- a/yjit_core.c
+++ b/yjit_core.c
@@ -675,7 +675,6 @@ uint8_t* get_branch_target(
push(ocb, REG_CFP);
push(ocb, REG_EC);
push(ocb, REG_SP);
- push(ocb, REG_SP);
// Call branch_stub_hit(branch_idx, target_idx, ec)
mov(ocb, C_ARG_REGS[2], REG_EC);
@@ -685,7 +684,6 @@ uint8_t* get_branch_target(
// Restore the yjit registers
pop(ocb, REG_SP);
- pop(ocb, REG_SP);
pop(ocb, REG_EC);
pop(ocb, REG_CFP);