comboot.inc: add missing "section .text"
authorH. Peter Anvin <hpa@zytor.com>
Mon, 7 Jul 2008 19:46:48 +0000 (12:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 7 Jul 2008 19:46:48 +0000 (12:46 -0700)
core/comboot.inc

index 43a4fb0..d093471 100644 (file)
@@ -215,6 +215,8 @@ comboot_vectors:
                dw comboot_err(3Eh)     ; INT 3E = DOS FPU emulation
                dw comboot_err(3Fh)     ; INT 3F = DOS overlay manager
 
+               section .text
+
 ; INT 21h: generic DOS system call
 comboot_int21: cli
                push ds