mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
id386 -> USE_INTEL_ASM conversion
better HAVE_SYM_PREFIX_UNDERSCORE checking
This commit is contained in:
parent
b493557f7f
commit
c83cb15ede
46 changed files with 249 additions and 193 deletions
|
@ -28,11 +28,14 @@
|
|||
// math.s
|
||||
// x86 assembly-language math routines.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include "asm_i386.h"
|
||||
// #include "quakeasm.h"
|
||||
|
||||
|
||||
#if id386
|
||||
#if USE_INTEL_ASM
|
||||
|
||||
.data
|
||||
|
||||
|
@ -356,4 +359,4 @@ LSetSides:
|
|||
Lerror:
|
||||
call C(BOPS_Error)
|
||||
|
||||
#endif // id386
|
||||
#endif // USE_INTEL_ASM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue