More x86-64 (AMD, not intel IA64, taniwha!) fixes.

Compile problems pointed out by Mike A. Harris. Thanks!
This commit is contained in:
Ragnvald Maartmann-Moe IV 2003-02-12 23:41:20 +00:00
parent aaa6c2a2b0
commit af33733ce4
2 changed files with 3 additions and 3 deletions

View file

@ -35,6 +35,8 @@ static __attribute__ ((unused)) const char rcsid[] =
"$Id$";
#ifndef USE_INTEL_ASM
#include "r_local.h"
void
R_HighFPPrecision (void)
{

View file

@ -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