mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
move the non configure defines to after ifdef USE_INTEL_ASM for non as/ non intel systems
This commit is contained in:
parent
9e65b2c06d
commit
0ad3e80422
20 changed files with 38 additions and 42 deletions
|
@ -29,13 +29,13 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_INTEL_ASM
|
||||
#include "asm_i386.h"
|
||||
#include "quakeasm.h"
|
||||
#include "asm_draw.h"
|
||||
#include "d_ifacea.h"
|
||||
|
||||
#ifdef USE_INTEL_ASM
|
||||
|
||||
.data
|
||||
|
||||
Lfloat_1: .single 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue