Benchmarking stuff

This commit is contained in:
fares
2019-11-25 02:52:09 -05:00
parent cec065b6fd
commit 44b8cdf5c1
11 changed files with 595 additions and 24 deletions

View File

@@ -2225,8 +2225,8 @@ void Instruction::executeOn(Warp &c, trace_inst_t * trace_inst) {
// cout << "After for loop" << endl;
break;
default:
cout << "pc: " << hex << (c.pc-4) << "\n";
cout << "aERROR: Unsupported instruction: " << *this << "\n" << flush;
D(3, "pc: " << hex << (c.pc-4));
D(3, "aERROR: Unsupported instruction: " << *this);
exit(1);
}