not a self-checking translation has been requested.
git-svn-id: svn://svn.valgrind.org/vex/trunk@1263
IRBB* (*instrument2) ( IRBB*, VexGuestLayout*,
IRType gWordTy, IRType hWordTy ),
Bool cleanup_after_instrumentation,
+ /* IN: should this translation be self-checking? */
+ Bool do_self_check,
/* IN: optionally, an access check function for guest code. */
Bool (*byte_accessible) ( Addr64 ),
/* IN: debug: trace vex activity at various points */
host_is_bigendian,
archinfo_guest,
guest_word_type,
- False/*selfcheck*/,
+ do_self_check,
offB_TISTART,
offB_TILEN );
IRBB* (*instrument2) ( IRBB*, VexGuestLayout*,
IRType gWordTy, IRType hWordTy ),
Bool cleanup_after_instrumentation,
+ /* IN: should this translation be self-checking? */
+ Bool do_self_check,
/* IN: optionally, an access check function for guest code. */
Bool (*byte_accessible) ( Addr64 ),
/* IN: debug: trace vex activity at various points */
NULL, /* instrument2 */
True, /* cleanup after instrument */
#endif
+ False, /* do_self_check ? */
NULL, /* access checker */
TEST_FLAGS
);