changeset 30469:6dd1ae2298f3

Remove '.section' causing the following assembler error on OS/2. Error: unknown pseudo-op: `.section'
author komh
date Fri, 05 Feb 2010 10:54:28 +0000
parents c43a5f466e1e
children 9ccf3bea4cf1
files loader/wrapper.S
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/wrapper.S	Fri Feb 05 07:12:05 2010 +0000
+++ b/loader/wrapper.S	Fri Feb 05 10:54:28 2010 +0000
@@ -1,4 +1,4 @@
-.section .data
+.data
 .globl caller_return
 caller_return:
 	.long 0
@@ -12,7 +12,7 @@
 wrapper_target:
 	.long null_call
 
-.section .text
+.text
 .globl null_call
 	.type null_call, @function
 	.balign 16,0x90