Author: sewardj
Date: 2007-11-16 03:55:48 +0000 (Fri, 16 Nov 2007)
New Revision: 7160

Log:
Rename a couple more UInts which really should be SVals.

Modified:
   trunk/helgrind/hg_main.c


Modified: trunk/helgrind/hg_main.c
===================================================================
--- trunk/helgrind/hg_main.c    2007-11-15 22:33:32 UTC (rev 7159)
+++ trunk/helgrind/hg_main.c    2007-11-16 03:55:48 UTC (rev 7160)
@@ -3818,7 +3818,7 @@
 
 #  undef PUT
 
-   tl_assert( (((Char*)dst) - ((Char*)dst0)) == 8 * sizeof(UInt) );
+   tl_assert( (((Char*)dst) - ((Char*)dst0)) == 8 * sizeof(SVal) );
    return dst;
 }
 
@@ -3842,7 +3842,7 @@
 
    /* Assert we wrote N_LINE_ARANGE shadow values. */
    tl_assert( ((HChar*)dst) - ((HChar*)dst0) 
-              == nDst * sizeof(UInt) );
+              == nDst * sizeof(SVal) );
 
    return anyShared;
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to