Rename a couple more UInts which really should be SVals.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7160 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c
index b9358c5..3a79821 100644
--- a/helgrind/hg_main.c
+++ b/helgrind/hg_main.c
@@ -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;
 }