mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-28 16:24:08 +02:00
fix nasm warning - add missing colon to label
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1373 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
240bcc30e2
commit
65f8276a45
@ -733,7 +733,7 @@ __InitTextStart: ; and c version
|
|||||||
|
|
||||||
segment HMA_TEXT_START
|
segment HMA_TEXT_START
|
||||||
global __HMATextAvailable
|
global __HMATextAvailable
|
||||||
__HMATextAvailable
|
__HMATextAvailable:
|
||||||
global __HMATextStart
|
global __HMATextStart
|
||||||
__HMATextStart:
|
__HMATextStart:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user