summaryrefslogtreecommitdiffstats
path: root/include/hw/qdev-dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/qdev-dma.h')
-rw-r--r--include/hw/qdev-dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/qdev-dma.h b/include/hw/qdev-dma.h
index 6812735..8cfb0f3 100644
--- a/include/hw/qdev-dma.h
+++ b/include/hw/qdev-dma.h
@@ -7,4 +7,4 @@
* See the COPYING file in the top-level directory.
*/
#define DEFINE_PROP_DMAADDR(_n, _s, _f, _d) \
- DEFINE_PROP_HEX64(_n, _s, _f, _d)
+ DEFINE_PROP_UINT64(_n, _s, _f, _d)
OpenPOWER on IntegriCloud