]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of spurious declaration for fooble.
authorJulian Seward <jseward@acm.org>
Sat, 14 Jun 2003 15:47:15 +0000 (15:47 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 14 Jun 2003 15:47:15 +0000 (15:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1691

coregrind/vg_translate.c

index f07bb0ee9ada2fa83bd3c2af03894a8e5781a774..48b4f2d9ba8a8622cd68304ba9a4da3e6012cfe6 100644 (file)
@@ -2240,7 +2240,7 @@ UCodeBlock* vg_do_register_allocation ( UCodeBlock* c1 )
 #  undef VG_NOTHING
 
 }
-extern void fooble(int);
+
 /* Analysis records liveness of all general-use RealRegs in the UCode. */
 static void vg_realreg_liveness_analysis ( UCodeBlock* cb )
 {        
@@ -2298,7 +2298,7 @@ void VG_(translate) ( /*IN*/  ThreadState* tst,
    UChar*      final_code;
    UCodeBlock* cb;
    Bool        notrace_until_done;
-   UInt        notrace_until_limit = 18000;
+   UInt        notrace_until_limit = 23000;
 
    VGP_PUSHCC(VgpTranslate);
    debugging_translation