From 5e73ed63cfea68deef9943f2646c4c65c2dc3e73 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Fri, 22 Sep 2023 22:15:37 +0200 Subject: Reassigned the temporary floating point register. --- utils/5c/5.out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/5c') 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 */ -- cgit v1.2.3