]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix compile warnings.
authorJulian Seward <jseward@acm.org>
Thu, 4 Nov 2004 16:59:37 +0000 (16:59 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 4 Nov 2004 16:59:37 +0000 (16:59 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@487

VEX/head20041019/coregrind/vg_translate.c

index 95e48efb82002025dfe8191d5534f260fdf0cdd6..321a6cbe8a9c950a791b5c1e54e6042a16735713 100644 (file)
@@ -1377,7 +1377,7 @@ Bool uInstrMentionsTempReg ( UInstr* u, Int tempreg )
 /*------------------------------------------------------------*/
 
 static
-IRBB* vg_SP_update_pass ( IRBB* bb_in, VexGuestLayout* layout )
+IRBB* vg_SP_update_pass ( IRBB* bb_in, VexGuestLayout* layout, IRType hWordTy )
 {
    Int      i, j, minoff_ST, maxoff_ST;
    IRDirty  *dcall, *d;
@@ -1636,7 +1636,7 @@ Bool VG_(translate) ( ThreadId tid, Addr orig_addr,
    Int         orig_size, tmpbuf_used;
    Bool        notrace_until_done;
    UInt        notrace_until_limit = 0;
-   UInt        FULLTRACE_LIMIT = 1; //21068;
+   //UInt        FULLTRACE_LIMIT = 1; //21068;
    Segment     *seg;
 
    /* Make sure Vex is initialised right. */