Hexadecimal register numbers are confusing.

This commit is contained in:
cdkersey
2013-11-11 14:57:27 -05:00
parent a95bb3b097
commit 1574f3a60d
2 changed files with 3 additions and 1 deletions

View File

@@ -84,6 +84,8 @@ Instruction::InstTableEntry Instruction::instTable[] = {
};
ostream &Harp::operator<<(ostream& os, Instruction &inst) {
os << dec;
if (inst.predicated) {
os << "@p" << inst.pred << " ? ";
}