|
From: Nicholas N. <nj...@ca...> - 2004-10-20 11:05:37
|
CVS commit by nethercote:
Arch-abstraction:
- Abstractify one remaining mention of the stack pointer.
M +1 -1 vg_main.c 1.218
--- valgrind/coregrind/vg_main.c #1.217:1.218
@@ -340,5 +340,5 @@ void VG_(unimplemented) ( Char* msg )
Addr VG_(get_stack_pointer) ( void )
{
- return VG_(baseBlock)[VGOFF_(m_esp)];
+ return VG_(baseBlock)[VGOFF_STACK_PTR];
}
|