mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 05:01:56 +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:
parent
21208015e0
commit
788b356377
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user