Remove EFER from x32

This commit is contained in:
Alex
2023-05-13 07:40:05 +03:00
parent 55214d184a
commit 06e34ab57f
3 changed files with 29 additions and 37 deletions

View File

@ -58,7 +58,6 @@ struct CRData
CPU::x32::CR3 cr3;
CPU::x32::CR4 cr4;
CPU::x32::CR8 cr8;
CPU::x32::EFER efer;
uintptr_t dr0, dr1, dr2, dr3, dr6;
CPU::x32::DR7 dr7;