Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6385 → Rev 6386

/contrib/sdk/sources/SDL-1.2.2/src/hermes/x86_main.asm
11,12 → 11,19
 
BITS 32
SECTION .text ALIGN=16
GLOBAL _ConvertX86
GLOBAL _x86return
GLOBAL _Hermes_X86_CPU
 
SECTION .data
cpu_flags dd 0
SECTION .text
;; _ConvertX86:
;; [ESP+8] ConverterInfo*
;; --------------------------------------------------------------------------
117,8 → 124,3
.L1:
xor eax,eax
ret
 
section '.DATA' ALIGN=16
 
cpu_flags dd 0