From d8e1ae57f2200bc539f63848c790867788b2e133 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Sun, 24 Sep 2023 17:53:38 +0200 Subject: Added a definition for the temporary floating point register. --- utils/tc/5.out.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') 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 */ -- cgit v1.2.3