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

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9199

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;