From a7422d11edc92f16e8a0d6a479d5efb016a70c19 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 11 Jul 2021 17:22:27 +0200 Subject: Splitted mmx and x87 register (from box86) --- src/include/regs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include') 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 { -- cgit 1.4.1