[BACK]Return to i386.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/i386.c between version 1.9 and 1.10

version 1.9, 2006/03/25 19:06:36 version 1.10, 2009/10/27 23:59:38
Line 26 
Line 26 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include "gprof.h"  #include "gprof.h"
   
 #define iscall(off)     ((*(u_char *)&textspace[off]) == 0xE8)  #define iscall(off)     ((*(u_char *)&textspace[off]) == 0xE8)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10