|
From: Nicholas N. <nj...@ca...> - 2004-09-06 15:14:52
|
CVS commit by nethercote: Arch-abstraction: minor name change of params. M +2 -2 core.h 1.12 --- valgrind/coregrind/core.h #1.11:1.12 @@ -1160,6 +1160,6 @@ extern void VG_(print_ExeContext_stats) /* Like VG_(get_ExeContext), but with a slightly different type */ -extern ExeContext* VG_(get_ExeContext2) ( Addr eip, Addr ebp, - Addr ebp_min, Addr ebp_max ); +extern ExeContext* VG_(get_ExeContext2) ( Addr ip, Addr fp, + Addr fp_min, Addr fp_max ); |