From: Julian Seward Date: Sat, 14 Jun 2003 15:47:15 +0000 (+0000) Subject: Get rid of spurious declaration for fooble. X-Git-Tag: svn/VALGRIND_2_0_0~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26cf76a491eb2b831ea8a07981b857a29d067af7;p=thirdparty%2Fvalgrind.git Get rid of spurious declaration for fooble. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1691 --- diff --git a/coregrind/vg_translate.c b/coregrind/vg_translate.c index f07bb0ee9a..48b4f2d9ba 100644 --- a/coregrind/vg_translate.c +++ b/coregrind/vg_translate.c @@ -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