Mercurial > sdl-ios-xcode
diff src/hermes/mmx_main.asm @ 3983:540466e900db SDL-1.2
Removed textrels from hermes code.
Partially fixes Bugzilla #418.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 27 Jun 2007 10:12:49 +0000 |
parents | eb4d9d99849b |
children |
line wrap: on
line diff
--- a/src/hermes/mmx_main.asm Tue Jun 26 20:04:15 2007 +0000 +++ b/src/hermes/mmx_main.asm Wed Jun 27 10:12:49 2007 +0000 @@ -12,7 +12,6 @@ %include "common.inc" SDL_FUNC _ConvertMMX -SDL_FUNC _mmxreturn SECTION .text @@ -51,9 +50,8 @@ y_loop: mov ecx,[ebp+4] - jmp [ebp+32] + call [ebp+32] -_mmxreturn: add esi,[ebp+12] add edi,[ebp+28]