summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Boddie <david@boddie.org.uk>2023-09-24 17:53:38 +0200
committerDavid Boddie <david@boddie.org.uk>2023-11-16 16:44:28 +0100
commitd8e1ae57f2200bc539f63848c790867788b2e133 (patch)
tree6e0ba927cc54576d53f9c4c3152a72af264487dd
parent5e73ed63cfea68deef9943f2646c4c65c2dc3e73 (diff)
Added a definition for the temporary floating point register.
-rw-r--r--utils/tc/5.out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/tc/5.out.h b/utils/tc/5.out.h
index 3d599ac0..7a35f1c2 100644
--- a/utils/tc/5.out.h
+++ b/utils/tc/5.out.h
@@ -22,6 +22,7 @@
#define NFREG 8 /* number of double precision registers */
#define FREGRET 0
#define FREGEXT 7
+#define FREGTMP 7
/* compiler allocates register variables F0 up */
/* compiler allocates external registers F7 down */