diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-01-17 17:58:09 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-02-06 10:51:24 +0100 |
commit | e21d73ec7fe0d734589fd3cd5a25c71bcec093d1 (patch) | |
tree | e3a3d2e4495e0dd248767b235b76491d92be6093 /hw/rtc/m48t59-internal.h | |
parent | aff55693d067d028b4cc799d63a0918c0d4cff4f (diff) |
hw/timer/m48t59: Convert debug printf()s to trace events
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Message-Id: <20200117165809.31067-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/rtc/m48t59-internal.h')
-rw-r--r-- | hw/rtc/m48t59-internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/rtc/m48t59-internal.h b/hw/rtc/m48t59-internal.h index 4d4f2a6fed..cd648241e9 100644 --- a/hw/rtc/m48t59-internal.h +++ b/hw/rtc/m48t59-internal.h @@ -26,11 +26,6 @@ #ifndef HW_M48T59_INTERNAL_H #define HW_M48T59_INTERNAL_H -#define M48T59_DEBUG 0 - -#define NVRAM_PRINTF(fmt, ...) do { \ - if (M48T59_DEBUG) { printf(fmt , ## __VA_ARGS__); } } while (0) - /* * The M48T02, M48T08 and M48T59 chips are very similar. The newer '59 has * alarm and a watchdog timer and related control registers. In the |