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 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/main/vex_main.c b/priv/main/vex_main.c
index a6713f3..b26fc01 100644
--- a/priv/main/vex_main.c
+++ b/priv/main/vex_main.c
@@ -430,6 +430,7 @@
                      vta->guest_bytes_addr,
                      vta->chase_into_ok,
                      host_is_bigendian,
+                     vta->arch_guest,
                      &vta->archinfo_guest,
                      guest_word_type,
                      vta->do_self_check,