Skip to content

Commit

Permalink
Remove fprintf output
Browse files Browse the repository at this point in the history
  • Loading branch information
mxz297 committed Nov 14, 2016
1 parent d8edc10 commit a64a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataflowAPI/rose/semantics/DispatcherARM64.C
Expand Up @@ -1318,7 +1318,7 @@ namespace rose {
}
break;
case MemOp_LOAD: {
fprintf(stderr, "xxx %d %d\n", 0x8 << EXTR(30, 31), EXTR(30, 31));
// fprintf(stderr, "xxx %d %d\n", 0x8 << EXTR(30, 31), EXTR(30, 31));
data = d->readMemory(address, 0x8 << EXTR(30, 31));

if ((EXTR(23, 23) == 1)) {
Expand Down

0 comments on commit a64a474

Please sign in to comment.