mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 17:21:46 +00:00
Moved .extern C(BOPS_Error) from quakeasm.h to math.S;
Moved a bunch of .extern C's from quakeasm.h to snd_mixa.S Removed references to quakeasm.h from math.S, snd_mixa.S, sys_x86.S, and worlda.S
This commit is contained in:
parent
e459dbd407
commit
1e384f48eb
5 changed files with 13 additions and 11 deletions
|
@ -29,7 +29,7 @@
|
|||
// x86 assembly-language math routines.
|
||||
|
||||
#include "asm_i386.h"
|
||||
#include "quakeasm.h"
|
||||
// #include "quakeasm.h"
|
||||
|
||||
|
||||
#if id386
|
||||
|
@ -42,6 +42,8 @@ Ljmptab: .long Lcase0, Lcase1, Lcase2, Lcase3
|
|||
|
||||
.text
|
||||
|
||||
.extern C(BOPS_Error)
|
||||
|
||||
|
||||
#define EMINS 4+4
|
||||
#define EMAXS 4+8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue