]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
get_otrack_shadow_offset_wrk(ppc32): handle a missing case that caused
authorJulian Seward <jseward@acm.org>
Sat, 14 Feb 2009 15:28:46 +0000 (15:28 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 14 Feb 2009 15:28:46 +0000 (15:28 +0000)
an assertion failure (Chris Wilson).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9154

memcheck/mc_machine.c

index f8eb1c1f06487639927ea9809527ace35de7f8c8..d0a9fded3ea3cdc3a30c7a44d17b929713651e0f 100644 (file)
@@ -343,6 +343,7 @@ static Int get_otrack_shadow_offset_wrk ( Int offset, Int szB )
    if (o == GOF(CIA_AT_SC) && sz == 4) return -1;
    if (o == GOF(RESVN)     && sz == 4) return -1;
    if (o == GOF(FPROUND)   && sz == 4) return -1;
+   if (o == GOF(VRSAVE)    && sz == 4) return -1;
    if (o == GOF(EMWARN)    && sz == 4) return -1;
    if (o == GOF(TISTART)   && sz == 4) return -1;
    if (o == GOF(TILEN)     && sz == 4) return -1;