]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Don't use the bits VexArchInfo.hwcaps to distinguish ppc32 and ppc64,
authorJulian Seward <jseward@acm.org>
Sun, 30 Apr 2006 23:37:32 +0000 (23:37 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 30 Apr 2006 23:37:32 +0000 (23:37 +0000)
commit6e621235cc2d1c7912ac4e2e34913d19d58a32d8
tree07cebb6bc80fbcbbb1e9fa2daaed11e4dc84d872
parent2a34757b330856fe9cb41d8521bb045ac8951133
Don't use the bits VexArchInfo.hwcaps to distinguish ppc32 and ppc64,
since that doesn't work properly.  Instead pass the guest arch around
too.  Small change with lots of associated plumbing.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1605
VEX/priv/guest-amd64/gdefs.h
VEX/priv/guest-amd64/toIR.c
VEX/priv/guest-generic/bb_to_IR.c
VEX/priv/guest-generic/bb_to_IR.h
VEX/priv/guest-ppc/gdefs.h
VEX/priv/guest-ppc/toIR.c
VEX/priv/guest-x86/gdefs.h
VEX/priv/guest-x86/toIR.c
VEX/priv/main/vex_main.c