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

Addendum to b524c18a3e. CORE-18374
This commit is contained in:
Daniel Victor 2024-10-19 12:50:41 -03:00 committed by GitHub
parent b524c18a3e
commit 3fd6e34ab8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,7 +213,11 @@ idtptr:
PUBLIC _MultibootInfoPtr
_MultibootInfoPtr:
#ifdef _M_IX86
.long 0
#else
.quad 0
#endif
MultibootInfo:
.space MB_INFO_SIZE