aboutsummaryrefslogtreecommitdiff
path: root/include/exec/hwaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec/hwaddr.h')
-rw-r--r--include/exec/hwaddr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/hwaddr.h b/include/exec/hwaddr.h
index 8f16d179a8..50fbb2d96c 100644
--- a/include/exec/hwaddr.h
+++ b/include/exec/hwaddr.h
@@ -10,7 +10,7 @@
typedef uint64_t hwaddr;
#define HWADDR_MAX UINT64_MAX
-#define TARGET_FMT_plx "%016" PRIx64
+#define HWADDR_FMT_plx "%016" PRIx64
#define HWADDR_PRId PRId64
#define HWADDR_PRIi PRIi64
#define HWADDR_PRIo PRIo64