mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[UNIATA] Fix uniata on x64
This commit is contained in:
@@ -1003,7 +1003,11 @@ struct _HW_LU_EXTENSION;
|
||||
|
||||
typedef struct _IORES {
|
||||
union {
|
||||
#ifdef __REACTOS__
|
||||
ULONG_PTR Addr; /* Base address*/
|
||||
#else
|
||||
ULONG Addr; /* Base address*/
|
||||
#endif
|
||||
PVOID pAddr; /* Base address in pointer form */
|
||||
};
|
||||
ULONG MemIo:1; /* Memory mapping (1) vs IO ports (0) */
|
||||
|
||||
@@ -650,7 +650,11 @@ UniataAhciInit(
|
||||
ULONG c, i;
|
||||
PHW_CHANNEL chan;
|
||||
ULONG offs;
|
||||
#ifdef __REACTOS__
|
||||
ULONG_PTR BaseMemAddress;
|
||||
#else
|
||||
ULONG BaseMemAddress;
|
||||
#endif
|
||||
ULONG PI;
|
||||
ULONG CAP;
|
||||
ULONG CAP2;
|
||||
|
||||
Reference in New Issue
Block a user