diff loader/wrapper.S @ 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 0f1b5b68af32
children 9ccf3bea4cf1
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