Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9171 → Rev 9172

/contrib/sdk/sources/SDL-1.2.2_newlib/src/hermes/mmx_main.asm
9,9 → 9,9
 
BITS 32
 
GLOBAL _ConvertMMX
GLOBAL _mmxreturn
%include "common.inc"
 
SDL_FUNC _ConvertMMX
 
SECTION .text
50,9 → 50,8
y_loop:
mov ecx,[ebp+4]
 
jmp [ebp+32]
call [ebp+32]
 
_mmxreturn:
add esi,[ebp+12]
add edi,[ebp+28]
70,5 → 69,6
ret
 
 
 
%ifidn __OUTPUT_FORMAT__,elf32
section .note.GNU-stack noalloc noexec nowrite progbits
%endif