diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2026-03-26 15:43:28 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2026-03-27 16:26:12 -0700 |
| commit | 31dba124482faa6e95c1ce30af31bbcc784fbb49 (patch) | |
| tree | 4b532e075dca60475d721ff0014b53f2317a0923 /zjit | |
| parent | c8f97943efcd34fc1a4fdc789289a916104025f9 (diff) | |
ZJIT: Rename CFP_JIT_RETURN to CFP_HAS_JIT_RETURN
Diffstat (limited to 'zjit')
| -rw-r--r-- | zjit/src/backend/lir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zjit/src/backend/lir.rs b/zjit/src/backend/lir.rs index 624fcd0389..1b44234df8 100644 --- a/zjit/src/backend/lir.rs +++ b/zjit/src/backend/lir.rs @@ -2673,7 +2673,7 @@ impl Assembler // Clear jit_return to fully materialize the frame. This must happen // before any C call in the exit path (e.g. no_profile_send_recompile) // because that C call can trigger GC, which walks the stack and would - // hit the CFP_JIT_RETURN assertion if jit_return still holds the + // hit the CFP_HAS_JIT_RETURN assertion if jit_return still holds the // runtime_checks poison value (JIT_RETURN_POISON). asm_comment!(asm, "clear cfp->jit_return"); asm.store(Opnd::mem(64, CFP, RUBY_OFFSET_CFP_JIT_RETURN), 0.into()); |
