added debugging method 'vmAddressFromLine'

This commit is contained in:
Josh warner 2009-06-11 09:45:35 -06:00
parent 9681a8a1ff
commit 16fee943e6

View File

@ -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