aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'ir/dump.c')
-rw-r--r--ir/dump.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ir/dump.c b/ir/dump.c
index a2faf27..f952292 100644
--- a/ir/dump.c
+++ b/ir/dump.c
@@ -155,6 +155,9 @@ dumpref(enum op o, union ref ref)
bfmt(out, "]");
}
break;
+ case RSTACK:
+ bfmt(out, "[stack %d]", ref.i);
+ break;
default: assert(!"ref");
}
}