diff options
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/regs.h | 6 |
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 { |