diff options
author | 2015-12-04 07:02:45 +0100 | |
---|---|---|
committer | 2015-12-04 07:02:45 +0100 | |
commit | 0c56ac848dd0eba359500d444ecbb51f215ff5b9 (patch) | |
tree | ad3444449470cec94ccaffd174c5a4d1bc90d1e1 /src/devices/cpu/drcbex64.h | |
parent | 68f961927a156c47cb444c1f66258a89342d0205 (diff) |
clang-modernize part 3
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 |