mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[FREELDR/x64] Fix the Multiboot pointer size (#7469)
Addendum to b524c18a3e
. CORE-18374
This commit is contained in:
parent
b524c18a3e
commit
3fd6e34ab8
1 changed files with 4 additions and 0 deletions
|
@ -213,7 +213,11 @@ idtptr:
|
|||
|
||||
PUBLIC _MultibootInfoPtr
|
||||
_MultibootInfoPtr:
|
||||
#ifdef _M_IX86
|
||||
.long 0
|
||||
#else
|
||||
.quad 0
|
||||
#endif
|
||||
|
||||
MultibootInfo:
|
||||
.space MB_INFO_SIZE
|
||||
|
|
Loading…
Reference in a new issue