aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir_dump.c')
-rw-r--r--src/ir_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir_dump.c b/src/ir_dump.c
index 4c18a70..b66fd95 100644
--- a/src/ir_dump.c
+++ b/src/ir_dump.c
@@ -168,7 +168,7 @@ dumpref(enum op o, Ref ref)
}
break;
case RSTACK:
- bfmt(out, "[stack %d]", ref.i);
+ bfmt(out, "stack(%d)", ref.i);
break;
default: assert(!"ref");
}