Fixed more compile-breaking bugs.

This commit is contained in:
OBattler
2017-06-01 18:58:22 +02:00
parent 6491036670
commit 29dae74122
2 changed files with 2 additions and 3 deletions

View File

@@ -76,6 +76,8 @@ int cpu_hasCR4;
int cpu_use_dynarec;
int cpu_pci_speed;
int hasfpu;
uint64_t cpu_CR4_mask;
int cpu_cycles_read, cpu_cycles_read_l, cpu_cycles_write, cpu_cycles_write_l;