mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-06 16:01:10 +00:00
blah, forgot to #ifdef them :P
This commit is contained in:
parent
54b299a7e2
commit
0f94fd64e7
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,7 @@ single_cw: .long 0
|
||||||
full_cw: .long 0
|
full_cw: .long 0
|
||||||
cw: .long 0
|
cw: .long 0
|
||||||
pushed_cw: .long 0
|
pushed_cw: .long 0
|
||||||
|
#ifdef PIC
|
||||||
.type ceil_cw,@object
|
.type ceil_cw,@object
|
||||||
.type single_cw,@object
|
.type single_cw,@object
|
||||||
.type full_cw,@object
|
.type full_cw,@object
|
||||||
|
@ -113,6 +114,7 @@ pushed_cw: .long 0
|
||||||
.size full_cw,4
|
.size full_cw,4
|
||||||
.size cw,4
|
.size cw,4
|
||||||
.size pushed_cw,4
|
.size pushed_cw,4
|
||||||
|
#endif
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue