Pass VexArchInfo to the instrumentation functions.


git-svn-id: svn://svn.valgrind.org/vex/trunk@2549 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/main_main.c b/priv/main_main.c
index bb178b0..8d81258 100644
--- a/priv/main_main.c
+++ b/priv/main_main.c
@@ -679,6 +679,7 @@
       irsb = vta->instrument1(vta->callback_opaque,
                               irsb, guest_layout, 
                               vta->guest_extents,
+                              &vta->archinfo_host,
                               guest_word_type, host_word_type);
    vexAllocSanityCheck();
 
@@ -686,6 +687,7 @@
       irsb = vta->instrument2(vta->callback_opaque,
                               irsb, guest_layout,
                               vta->guest_extents,
+                              &vta->archinfo_host,
                               guest_word_type, host_word_type);
       
    if (vex_traceflags & VEX_TRACE_INST) {