Mercurial > sdl-ios-xcode
comparison src/hermes/mmx_main.asm @ 1697:393092a3ebf6 SDL-1.3
Fixed bug #157
[patch tweaked to handle older nasm, which doesn't support :function syntax]
------- Comment #5 From Mike Frysinger 2006-05-22 01:24 [reply] -------
Created an attachment (id=132) [edit]
libsdl-hidden-nasm.patch
here's the patch i posted here:
http://www.libsdl.org/pipermail/sdl/2006-March/073618.html
this will hide the symbols dynamically if the build nasm/yasm supports the
hidden stuff ... in other words, this patch should be safe with both older and
new versions of nasm/yasm
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 21 Jun 2006 07:57:59 +0000 |
parents | 2d6dc7de1145 |
children | 4ce6deb843c5 |
comparison
equal
deleted
inserted
replaced
1696:3695d3637045 | 1697:393092a3ebf6 |
---|---|
7 ; licensing conditions | 7 ; licensing conditions |
8 ; | 8 ; |
9 | 9 |
10 BITS 32 | 10 BITS 32 |
11 | 11 |
12 GLOBAL _ConvertMMX | 12 %include "common.asm" |
13 GLOBAL _mmxreturn | 13 |
14 SDL_FUNC _ConvertMMX | |
15 SDL_FUNC _mmxreturn | |
14 | 16 |
15 SECTION .text | 17 SECTION .text |
16 | 18 |
17 ;; _ConvertMMX: | 19 ;; _ConvertMMX: |
18 ;; [ESP+8] ConverterInfo* | 20 ;; [ESP+8] ConverterInfo* |