Add read and write cases for i386 CR8

This commit is contained in:
elicn
2024-09-28 22:11:01 +03:00
parent 91122b6a68
commit 433bb163d9
2 changed files with 5 additions and 1 deletions

View File

@@ -1397,7 +1397,7 @@ typedef struct CPUX86State {
SegmentCache gdt; /* only base and limit are used */
SegmentCache idt; /* only base and limit are used */
target_ulong cr[5]; /* NOTE: cr1 is unused */
target_ulong cr[9]; /* NOTE: cr1, cr5-cr7 are not used */
int32_t a20_mask;
BNDReg bnd_regs[4];