summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-07 12:46:48 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-07 12:46:48 -0700
commit777495330a5f0eeb6cc432497cc0bedfc01d2c25 (patch)
treec6d6c782a8f440033ec1db1befd219472ddc3e5c
parent3346537db4fddde1faf85f25f427a066c25b2fdf (diff)
downloadsyslinux-777495330a5f0eeb6cc432497cc0bedfc01d2c25.tar.gz
comboot.inc: add missing "section .text"
-rw-r--r--core/comboot.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/comboot.inc b/core/comboot.inc
index 43a4fb04..d093471c 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -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