mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 22:29:44 +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
|
PUBLIC _MultibootInfoPtr
|
||||||
_MultibootInfoPtr:
|
_MultibootInfoPtr:
|
||||||
|
#ifdef _M_IX86
|
||||||
.long 0
|
.long 0
|
||||||
|
#else
|
||||||
|
.quad 0
|
||||||
|
#endif
|
||||||
|
|
||||||
MultibootInfo:
|
MultibootInfo:
|
||||||
.space MB_INFO_SIZE
|
.space MB_INFO_SIZE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue