summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-08-06 16:24:23 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-08-06 16:24:23 -0700
commit38f26311b8d764b93d5a7e73071db1f3c465519d (patch)
treea8113dc96daaebf898b0aee4365c08f3177642a1
parent13fd971ea10629e2227e301d874092b886164133 (diff)
downloadsyslinux-38f26311b8d764b93d5a7e73071db1f3c465519d.tar.gz
Fix section confusion...
-rw-r--r--abort.inc2
-rw-r--r--cleanup.inc1
2 files changed, 3 insertions, 0 deletions
diff --git a/abort.inc b/abort.inc
index abd160c4..4744aa51 100644
--- a/abort.inc
+++ b/abort.inc
@@ -67,3 +67,5 @@ error_or_command:
section .data
aborted_msg db ' aborted.', CR, LF
+ section .text
+
diff --git a/cleanup.inc b/cleanup.inc
index 801c0412..45ef920c 100644
--- a/cleanup.inc
+++ b/cleanup.inc
@@ -16,6 +16,7 @@
;; Some final tidying before jumping to a kernel or bootsector
;;
+ section .text
;
; cleanup_hardware:
;