mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
5c50d3e7dd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
25 lines
360 B
ArmAsm
25 lines
360 B
ArmAsm
.data
|
|
.LC0: .string "Called unk_%s\n"
|
|
.align 4
|
|
.globl unk_exp1
|
|
unk_exp1:
|
|
pushl %ebp
|
|
movl %esp,%ebp
|
|
subl $4,%esp
|
|
movl $1,-4(%ebp)
|
|
movl -4(%ebp),%eax
|
|
movl %eax,%ecx
|
|
movl %ecx,%edx
|
|
sall $4,%edx
|
|
subl %eax,%edx
|
|
leal 0(,%edx,2),%eax
|
|
movl %eax,%edx
|
|
addl $export_names,%edx
|
|
pushl %edx
|
|
pushl $.LC0
|
|
call printf
|
|
addl $8,%esp
|
|
xorl %eax,%eax
|
|
leave
|
|
ret
|