|
From: <sv...@va...> - 2005-06-01 04:08:01
|
Author: njn Date: 2005-06-01 05:07:56 +0100 (Wed, 01 Jun 2005) New Revision: 3836 Modified: trunk/coregrind/core.h Log: Remove dead macro. Modified: trunk/coregrind/core.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/core.h 2005-06-01 04:06:55 UTC (rev 3835) +++ trunk/coregrind/core.h 2005-06-01 04:07:56 UTC (rev 3836) @@ -224,7 +224,6 @@ #define CLREQ_RET(regs) ((regs).vex.VGA_CLREQ_RET) // Offsets for the Vex state #define O_STACK_PTR (offsetof(VexGuestArchState, VGA_STACK_PTR)) -#define O_FRAME_PTR (offsetof(VexGuestArchState, VGA_FRAME_PTR)) #define O_CLREQ_RET (offsetof(VexGuestArchState, VGA_CLREQ_RET)) =20 =20 |