ppcexec: initialize interpreter lookup tables.

This commit is contained in:
Maxim Poliakovski
2020-11-14 02:59:49 +01:00
parent 2b19b0b237
commit b81de4af48
2 changed files with 3 additions and 3 deletions
-2
View File
@@ -121,8 +121,6 @@ int main(int argc, char** argv) {
loguru::init(argc, argv);
}
initialize_ppc_opcode_tables(); //Temp location for initializing opcode tables
if (*machine_opt) {
LOG_F(INFO, "Machine option was passed in: %s", machine_str.c_str());
} else {