mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
Make everything compile correctly
Everything should compile fine now.
This commit is contained in:
@@ -2528,10 +2528,6 @@ void cpu_RDMSR()
|
||||
EAX = mtrr_fix4k_msr[ECX - 0x268] & 0xffffffff;
|
||||
EDX = mtrr_fix4k_msr[ECX - 0x268] >> 32;
|
||||
break;
|
||||
case 0x277:
|
||||
EAX = pat_msr & 0xffffffff;
|
||||
EDX = pat_msr >> 32;
|
||||
break;
|
||||
case 0x2FF:
|
||||
EAX = mtrr_deftype_msr & 0xffffffff;
|
||||
EDX = mtrr_deftype_msr >> 32;
|
||||
|
||||
Reference in New Issue
Block a user