From 9577fa193c31e4a308cad8c817c304abaed4cab7 Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 13 Feb 2024 22:11:47 +0200 Subject: [PATCH] make STORE_JIT_MAP build --- src/jit/nvm_x86_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jit/nvm_x86_64.c b/src/jit/nvm_x86_64.c index 09a476b5..ef4a2ef5 100644 --- a/src/jit/nvm_x86_64.c +++ b/src/jit/nvm_x86_64.c @@ -562,7 +562,7 @@ static NOINLINE void print_jit_line(Body* body, usz* bc, usz bcpos) { fprintf(jit_map, " "); B inds = IGetU(comp->indices, 0); usz cs = o2s(IGetU(inds,bcpos)); B inde = IGetU(comp->indices, 1); usz ce = o2s(IGetU(inde,bcpos))+1; - B msg = toC32Any(vm_fmtPoint(comp->src, emptyCVec(), comp->path, cs, ce)); + B msg = toC32Any(vm_fmtPoint(comp->src, emptyCVec(), comp->fullpath, cs, ce)); u32* p = c32any_ptr(msg); usz n = IA(msg); for (ux i = 0; i < n; i++) {