alpha compile fixes (unused functions)

This commit is contained in:
Bill Currie 2003-03-08 07:17:32 +00:00
parent a8c989969d
commit 57a470a88a
2 changed files with 0 additions and 27 deletions

View File

@ -51,14 +51,4 @@ void
R_SetFPCW (void)
{
}
void
R_PushFPCW_SetHigh (void)
{
}
void
R_PopFPCW (void)
{
}
#endif

View File

@ -134,23 +134,6 @@ F_BEGIN(R_HighFPPrecision)
F_END(R_HighFPPrecision)
F_BEGIN(R_PushFPCW_SetHigh)
got_base(5)
fnstcw got_var(pushed_cw)
fldcw got_var(full_cw)
ret
F_END(R_PushFPCW_SetHigh)
F_BEGIN(R_PopFPCW)
got_base(6)
fldcw got_var(pushed_cw)
ret
F_END(R_PopFPCW)
F_BEGIN(R_SetFPCW)
got_base(7)
fnstcw got_var(cw)