[Mplayer-cvslog] CVS: main/loader wrapper.S,1.1,1.2
Arpi of Ize
arpi at mplayerhq.hu
Mon Nov 25 21:37:35 CET 2002
Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv13234
Modified Files:
wrapper.S
Log Message:
.align -> .balign
patch by Björn Sandell <biorn at dce.chalmers.se>
Index: wrapper.S
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wrapper.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wrapper.S 24 Nov 2002 21:45:23 -0000 1.1
+++ wrapper.S 25 Nov 2002 20:37:12 -0000 1.2
@@ -15,12 +15,12 @@
.section .text
.globl null_call
.type null_call, @function
- .align 16,0x90
+ .balign 16,0x90
null_call:
ret
.globl wrapper
.type wrapper, @function
- .align 16,0x90
+ .balign 16,0x90
wrapper:
pusha # store registers (EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI)
pushf # store flags
@@ -53,7 +53,7 @@
jmp *wrapper_target # wrapper_target should return at .Lwrapper_return
- .align 16, 0x90
+ .balign 16, 0x90
.Lwrapper_return:
pushl caller_return # restore the original return address
pusha # more for reference sake here
@@ -80,4 +80,4 @@
popf
popa
ret
-
\ No newline at end of file
+
More information about the MPlayer-cvslog
mailing list