mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
More x86-64 (AMD, not intel IA64, taniwha!) fixes.
Compile problems pointed out by Mike A. Harris. Thanks!
This commit is contained in:
parent
aaa6c2a2b0
commit
af33733ce4
2 changed files with 3 additions and 3 deletions
|
@ -35,6 +35,8 @@ static __attribute__ ((unused)) const char rcsid[] =
|
|||
"$Id$";
|
||||
|
||||
#ifndef USE_INTEL_ASM
|
||||
#include "r_local.h"
|
||||
|
||||
void
|
||||
R_HighFPPrecision (void)
|
||||
{
|
||||
|
|
|
@ -36,21 +36,19 @@ static __attribute__ ((unused)) const char rcsid[] =
|
|||
#endif
|
||||
|
||||
#ifndef USE_INTEL_ASM
|
||||
#include "r_local.h"
|
||||
|
||||
int r_bmodelactive;
|
||||
|
||||
|
||||
void
|
||||
R_SurfPatch (void)
|
||||
{
|
||||
// we only patch code on Intel
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
R_SurfacePatch (void)
|
||||
{
|
||||
// we only patch code on Intel
|
||||
}
|
||||
|
||||
#endif // !USE_INTEL_ASM
|
||||
|
|
Loading…
Reference in a new issue