Remove '.section' causing the following assembler error on OS/2.

Error: unknown pseudo-op: `.section'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30511 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
komh 2010-02-05 10:54:28 +00:00
parent 21208015e0
commit 788b356377
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.section .data
.data
.globl caller_return
caller_return:
.long 0
@ -12,7 +12,7 @@ report_ret:
wrapper_target:
.long null_call
.section .text
.text
.globl null_call
.type null_call, @function
.balign 16,0x90