about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/regs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/regs.h b/src/include/regs.h
index b7da3078..fc32abee 100755
--- a/src/include/regs.h
+++ b/src/include/regs.h
@@ -150,12 +150,12 @@ typedef struct {
 	#else
 	longdouble_t 	ld;
 	#endif
-	uint64_t		ref;
+	uint64_t		uref;
 } fpu_ld_t;
 
 typedef struct {
-	int64_t			ll;
-	int64_t			ref;
+	int64_t			sq;
+	int64_t			sref;
 } fpu_ll_t;
 
 typedef union {