mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[FREELDR/x64] Fix the Multiboot pointer size (#7469)
Addendum to b524c18a3e. CORE-18374
This commit is contained in:
@@ -213,7 +213,11 @@ idtptr:
|
||||
|
||||
PUBLIC _MultibootInfoPtr
|
||||
_MultibootInfoPtr:
|
||||
#ifdef _M_IX86
|
||||
.long 0
|
||||
#else
|
||||
.quad 0
|
||||
#endif
|
||||
|
||||
MultibootInfo:
|
||||
.space MB_INFO_SIZE
|
||||
|
||||
Reference in New Issue
Block a user