summaryrefslogtreecommitdiff
path: root/src/AtomBios
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2008-01-03 17:52:39 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2008-01-03 17:52:39 +0100
commitab451e4b7a5423d61b57cf0646599267d8504af4 (patch)
tree94ed2b0ef66a2b8181fee6305b96206e48a01df3 /src/AtomBios
parent394c52273328e90518568b694ee79dc1a8dab651 (diff)
radeon: Miscellaneous warning fixes.
Diffstat (limited to 'src/AtomBios')
-rw-r--r--src/AtomBios/Decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AtomBios/Decoder.c b/src/AtomBios/Decoder.c
index 95908d5f..cdaa9ef4 100644
--- a/src/AtomBios/Decoder.c
+++ b/src/AtomBios/Decoder.c
@@ -46,7 +46,7 @@ Revision History:
-#define INDIRECT_IO_TABLE (((UINT16)&((ATOM_MASTER_LIST_OF_DATA_TABLES*)0)->IndirectIOAccess)/sizeof(TABLE_UNIT_TYPE) )
+#define INDIRECT_IO_TABLE (((UINT16)(ULONG_PTR)&((ATOM_MASTER_LIST_OF_DATA_TABLES*)0)->IndirectIOAccess)/sizeof(TABLE_UNIT_TYPE) )
extern COMMANDS_PROPERTIES CallTable[];