[FREELDR/x64] Fix the Multiboot pointer size (#7469)

Addendum to b524c18a3e. CORE-18374
This commit is contained in:
Daniel Victor
2024-10-19 18:50:41 +03:00
committed by GitHub
parent b524c18a3e
commit 3fd6e34ab8
@@ -213,7 +213,11 @@ idtptr:
PUBLIC _MultibootInfoPtr
_MultibootInfoPtr:
#ifdef _M_IX86
.long 0
#else
.quad 0
#endif
MultibootInfo:
.space MB_INFO_SIZE