|
From: <sv...@va...> - 2007-02-05 23:24:02
|
Author: njn
Date: 2007-02-05 23:23:55 +0000 (Mon, 05 Feb 2007)
New Revision: 6570
Log:
s/IRBB/IRSB/
Modified:
trunk/include/pub_tool_tooliface.h
Modified: trunk/include/pub_tool_tooliface.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/include/pub_tool_tooliface.h 2007-02-02 23:23:01 UTC (rev 6569)
+++ trunk/include/pub_tool_tooliface.h 2007-02-05 23:23:55 UTC (rev 6570)
@@ -160,7 +160,7 @@
/* --- Further comments about the IR that your --- */
/* --- instrumentation function will receive. --- */
/*
- In the incoming IRBB, the IR for each instruction begins with an
+ In the incoming IRSB, the IR for each instruction begins with an
IRStmt_IMark, which states the address and length of the
instruction from which this IR came. This makes it easy for
profiling-style tools to know precisely which guest code
@@ -177,7 +177,7 @@
You should therefore=20
=20
(1) copy any IR preceding the first IMark verbatim to the start
- of the output IRBB.
+ of the output IRSB.
=20
(2) not try to instrument it or modify it in any way.
=20
|