git-svn-id: svn://svn.valgrind.org/vex/trunk@944
//.. and does not really contain a register. */
//.. # define fake(_n) mkHReg((_n), HRcInt32, False)
- vex_printf("asm ");ppPPC32Instr(i); vex_printf("\n");
+// vex_printf("asm ");ppPPC32Instr(i); vex_printf("\n");
switch (i->tag) {
{
HReg r = iselIntExpr_R_wrk(env, e);
/* sanity checks ... */
-# if 1
+# if 0
vex_printf("\n"); ppIRExpr(e); vex_printf("\n");
# endif
vassert(hregClass(r) == HRcInt32);
NULL, /* instrument2 */
False, /* cleanup after instrument */
NULL, /* access checker */
- verbose ? TEST_FLAGS : (1<<7)|(1<<3|(1<<2)|(1<<1)|(1<<0)) //0
+ verbose ? TEST_FLAGS : 0 //(1<<7)|(1<<3)|(1<<2)|(1<<1)|(1<<0) //0
);
assert(tres == VexTransOK);
ws_needed = (trans_used+7) / 8;