aboutsummaryrefslogtreecommitdiff
path: root/bigfloat.s
diff options
context:
space:
mode:
Diffstat (limited to 'bigfloat.s')
-rw-r--r--bigfloat.s6
1 files changed, 5 insertions, 1 deletions
diff --git a/bigfloat.s b/bigfloat.s
index 529de1a..5acbecf 100644
--- a/bigfloat.s
+++ b/bigfloat.s
@@ -23,7 +23,11 @@ BIG_64K: ; 65535 (2**16-1) in float format.
;BIG_ULONG_MAX:
;.byte $44, $42, $94, $96, $72, $95
- .code
+ .ifdef CART_TARGET
+ .segment "HIGHCODE"
+ .else
+ .code
+ .endif
; It seems like fr0_to_fptemp and friends should be using the OS
; FLD* and FST* routines, doesn't it? But look: