Mercurial > sdl-ios-xcode
comparison src/hermes/x86_main.asm @ 1873:eb4d9d99849b
Renamed, per Mike's comment on bug #157
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 21 Jun 2006 08:26:05 +0000 |
parents | 9ff9a58fa1e3 |
children | 180fa05e98e2 |
comparison
equal
deleted
inserted
replaced
1872:d76c3909b244 | 1873:eb4d9d99849b |
---|---|
9 ; Most routines are (c) Glenn Fiedler (ptc@gaffer.org), used with permission | 9 ; Most routines are (c) Glenn Fiedler (ptc@gaffer.org), used with permission |
10 ; | 10 ; |
11 | 11 |
12 BITS 32 | 12 BITS 32 |
13 | 13 |
14 %include "common.asm" | 14 %include "common.inc" |
15 | 15 |
16 SDL_FUNC _ConvertX86 | 16 SDL_FUNC _ConvertX86 |
17 SDL_FUNC _x86return | 17 SDL_FUNC _x86return |
18 | 18 |
19 SDL_FUNC _Hermes_X86_CPU | 19 SDL_FUNC _Hermes_X86_CPU |