1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-09 00:17:07 +00:00

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

View File

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