mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
set the type and size of the fpu control word vars
This commit is contained in:
parent
d7c7ac7891
commit
54b299a7e2
1 changed files with 10 additions and 0 deletions
|
@ -103,6 +103,16 @@ single_cw: .long 0
|
|||
full_cw: .long 0
|
||||
cw: .long 0
|
||||
pushed_cw: .long 0
|
||||
.type ceil_cw,@object
|
||||
.type single_cw,@object
|
||||
.type full_cw,@object
|
||||
.type cw,@object
|
||||
.type pushed_cw,@object
|
||||
.size ceil_cw,4
|
||||
.size single_cw,4
|
||||
.size full_cw,4
|
||||
.size cw,4
|
||||
.size pushed_cw,4
|
||||
|
||||
.text
|
||||
|
||||
|
|
Loading…
Reference in a new issue