mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-10 18:29:44 +00:00
NULL is the null pointer to member function
This commit is contained in:
parent
792bef8e61
commit
1713a26a3f
@ -341,7 +341,7 @@ inline void powerpc_cpu::do_execute()
|
||||
#endif
|
||||
if (logging)
|
||||
record_step(opcode);
|
||||
assert(ii->execute != NULL);
|
||||
assert(ii->execute != 0);
|
||||
(this->*(ii->execute))(opcode);
|
||||
#ifdef PPC_EXECUTE_DUMP_STATE
|
||||
dump_registers();
|
||||
|
Loading…
x
Reference in New Issue
Block a user