git-svn-id: svn://svn.valgrind.org/vex/trunk@2549
irsb = vta->instrument1(vta->callback_opaque,
irsb, guest_layout,
vta->guest_extents,
+ &vta->archinfo_host,
guest_word_type, host_word_type);
vexAllocSanityCheck();
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) {
IRSB*,
VexGuestLayout*,
VexGuestExtents*,
+ VexArchInfo*,
IRType gWordTy, IRType hWordTy );
IRSB* (*instrument2) ( /*callback_opaque*/void*,
IRSB*,
VexGuestLayout*,
VexGuestExtents*,
+ VexArchInfo*,
IRType gWordTy, IRType hWordTy );
IRSB* (*finaltidy) ( IRSB* );