minor update

This commit is contained in:
Blaise Tine
2023-10-20 00:48:05 -07:00
parent d47cccc157
commit 65ca0fff3a
2 changed files with 1 additions and 30 deletions

View File

@@ -405,23 +405,14 @@ static const char* op_string(const Instr &instr) {
default:
std::abort();
}
case 1:
switch (func3) {
case 0: return "RASTER";
default:
std::abort();
}
default:
std::abort();
}
case Opcode::EXT2:
switch (func3) {
case 0:
return "TEX";
case 1: {
switch (func2) {
case 0: return "CMOV";
case 1: return "ROP";
case 0: return "CMOV";
default:
std::abort();
}