diff options
Diffstat (limited to 'src/devices/cpu/drcbex64.h')
-rw-r--r-- | src/devices/cpu/drcbex64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drcbex64.h b/src/devices/cpu/drcbex64.h index 6b6cf729b64..b78174949a0 100644 --- a/src/devices/cpu/drcbex64.h +++ b/src/devices/cpu/drcbex64.h @@ -41,7 +41,7 @@ public: virtual void generate(drcuml_block &block, const uml::instruction *instlist, UINT32 numinst); virtual bool hash_exists(UINT32 mode, UINT32 pc); virtual void get_info(drcbe_info &info); - virtual bool logging() const { return m_log != NULL; } + virtual bool logging() const { return m_log != nullptr; } private: // a be_parameter is similar to a uml::parameter but maps to native registers/memory |