aboutsummaryrefslogtreecommitdiff
path: root/vm/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/runtime.h')
-rw-r--r--vm/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/runtime.h b/vm/runtime.h
index 9ac1b47..c8f5d49 100644
--- a/vm/runtime.h
+++ b/vm/runtime.h
@@ -70,6 +70,7 @@ void vm_stop(vm_t *);
void vm_print_registers(vm_t *, FILE *);
void vm_print_stack(vm_t *, FILE *);
void vm_print_program(vm_t *, FILE *);
+void vm_print_heap(vm_t *, FILE *);
void vm_print_all(vm_t *, FILE *);
// Execution routines