summaryrefslogtreecommitdiff
path: root/core/com32.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/com32.inc')
-rw-r--r--core/com32.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/com32.inc b/core/com32.inc
index 5dc19ad0..3570a6d8 100644
--- a/core/com32.inc
+++ b/core/com32.inc
@@ -29,7 +29,7 @@
pm_entry equ 101000h
- section .text
+ section .text16
is_com32_image:
push si ; Save file handle
push eax ; Save file length
@@ -257,9 +257,9 @@ __com32_cfarcall:
bits 16
- section .bss
+ section .bss16
alignb 4
RealModeEAX resd 1 ; Real mode EAX
Com32SysSP resw 1 ; SP saved during COM32 syscall
- section .text
+ section .text16