blah, forgot to #ifdef them :P

This commit is contained in:
Bill Currie 2002-06-03 17:26:09 +00:00
parent 54b299a7e2
commit 0f94fd64e7

View file

@ -103,6 +103,7 @@ single_cw: .long 0
full_cw: .long 0
cw: .long 0
pushed_cw: .long 0
#ifdef PIC
.type ceil_cw,@object
.type single_cw,@object
.type full_cw,@object
@ -113,6 +114,7 @@ pushed_cw: .long 0
.size full_cw,4
.size cw,4
.size pushed_cw,4
#endif
.text