diff options
| author | David Boddie <david@boddie.org.uk> | 2023-09-09 19:15:53 +0200 |
|---|---|---|
| committer | David Boddie <david@boddie.org.uk> | 2023-11-16 16:44:28 +0100 |
| commit | 86b2cf0334929ccee3cb492e043bd7722b4f439c (patch) | |
| tree | c4cd12238c48e35327588076cc0d9b8063948cd2 /utils/tc/5.out.h | |
| parent | 691df57aba2063cba34cc3bcf0cea90a54e83e76 (diff) | |
Added a note about the number of floating point registers.
Hopefully fix float-int transfer and comparison instructions.
Diffstat (limited to 'utils/tc/5.out.h')
| -rw-r--r-- | utils/tc/5.out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tc/5.out.h b/utils/tc/5.out.h index 59aebab6..3d599ac0 100644 --- a/utils/tc/5.out.h +++ b/utils/tc/5.out.h @@ -18,8 +18,8 @@ #define REGSP 13 #define REGLINK 14 #define REGPC 15 - -#define NFREG 8 + +#define NFREG 8 /* number of double precision registers */ #define FREGRET 0 #define FREGEXT 7 /* compiler allocates register variables F0 up */ |
