NULL is the null pointer to member function

This commit is contained in:
gbeauche 2003-09-29 22:42:53 +00:00
parent 792bef8e61
commit 1713a26a3f

View File

@ -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();