diff options
| author | David Boddie <david@boddie.org.uk> | 2023-09-22 22:15:37 +0200 |
|---|---|---|
| committer | David Boddie <david@boddie.org.uk> | 2023-11-16 16:44:28 +0100 |
| commit | 5e73ed63cfea68deef9943f2646c4c65c2dc3e73 (patch) | |
| tree | 5fd0374eb96ab6115ca2c50ff9d2b0c7fd2debb9 | |
| parent | 7c8dbb930032aa3eae11d95f7f2f1afff16859e9 (diff) | |
Reassigned the temporary floating point register.
| -rw-r--r-- | utils/5c/5.out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/5c/5.out.h b/utils/5c/5.out.h index a618f8f1..667456e0 100644 --- a/utils/5c/5.out.h +++ b/utils/5c/5.out.h @@ -25,7 +25,7 @@ #define NFREG 8 #define FREGRET 0 #define FREGEXT 7 -#define FREGTMP 15 +#define FREGTMP 7 /* compiler allocates register variables F0 up */ /* compiler allocates external registers F7 down */ |
