From 86b2cf0334929ccee3cb492e043bd7722b4f439c Mon Sep 17 00:00:00 2001 From: David Boddie Date: Sat, 9 Sep 2023 19:15:53 +0200 Subject: Added a note about the number of floating point registers. Hopefully fix float-int transfer and comparison instructions. --- utils/tc/5.out.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/tc') 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 */ -- cgit v1.2.3