From: Julian Seward Date: Sat, 9 Oct 2004 10:06:12 +0000 (+0000) Subject: More followups to previous increase of x86 FP regs from 4 to 6. X-Git-Tag: svn/VALGRIND_3_0_1^2~1018 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b541d04a76f709c67d532924db3c252103e34a9f;p=thirdparty%2Fvalgrind.git More followups to previous increase of x86 FP regs from 4 to 6. git-svn-id: svn://svn.valgrind.org/vex/trunk@316 --- diff --git a/VEX/priv/host-x86/hdefs.c b/VEX/priv/host-x86/hdefs.c index f26544bbf9..93564bc9b0 100644 --- a/VEX/priv/host-x86/hdefs.c +++ b/VEX/priv/host-x86/hdefs.c @@ -35,7 +35,7 @@ void ppHRegX86 ( HReg reg ) return; case HRcFloat: r = hregNumber(reg); - vassert(r >= 0 && r < 4); + vassert(r >= 0 && r < 6); vex_printf("%%fake%d", r); return; case HRcVector: