are we more pedantic than local make?

This commit is contained in:
mrdudz
2025-06-21 20:47:57 +02:00
parent 2244a5ab0a
commit 5e414edb50

View File

@@ -291,7 +291,7 @@ void OH_Implicit_42_45GS02 (const OpcDesc* D)
} }
} else { } else {
/* use another table for these */ /* use another table for these */
OpcDesc* NewDesc = &OpcTable_45GS02_extended[opc]; const OpcDesc* NewDesc = &OpcTable_45GS02_extended[opc];
NewDesc->Handler (NewDesc); NewDesc->Handler (NewDesc);
return; return;
} }