summaryrefslogtreecommitdiff
path: root/src/AtomBios/Decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/AtomBios/Decoder.c')
-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[];