From 16fee943e6c96e013b7374fbf557acd6e5cc76b7 Mon Sep 17 00:00:00 2001 From: Josh warner Date: Thu, 11 Jun 2009 09:45:35 -0600 Subject: [PATCH] added debugging method 'vmAddressFromLine' --- src/machine.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/machine.h b/src/machine.h index c638156934..c60c4a0eda 100644 --- a/src/machine.h +++ b/src/machine.h @@ -2377,4 +2377,7 @@ dumpHeap(Thread* t, FILE* out); void vmPrintTrace(vm::Thread* t); +void* +vmAddressFromLine(vm::Thread* t, vm::object m, unsigned line); + #endif//MACHINE_H