From 0c56ac848dd0eba359500d444ecbb51f215ff5b9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 4 Dec 2015 07:02:45 +0100 Subject: clang-modernize part 3 --- src/devices/cpu/drcbex64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/cpu/drcbex64.h') 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 -- cgit v1.2.3-70-g09d2