Archived
1
0

fix spacing on comments

This commit is contained in:
Erick
2022-02-04 12:41:05 +01:00
parent ae10c6bce0
commit 7b6eb71618
+2 -2
View File
@@ -258,8 +258,8 @@ int main(int argc, const char* argv[]) {
case OP_TRAP:
//{TRAP};
break;
case OP_RES: // reserved
case OP_RTI: // unused
case OP_RES: // reserved
case OP_RTI: // unused
default:
abort();
break;