Fixes (missed a few spots) for DYNAREC and propagated to Linux.

This commit is contained in:
waltje
2017-10-14 22:51:43 -04:00
parent 89a98e34fd
commit fbd95451d2
4 changed files with 7 additions and 6 deletions

View File

@@ -489,6 +489,7 @@ int dontprint=0;
#define CACHE_ON() (!(cr0 & (1 << 30)) /*&& (cr0 & 1)*/ && !(flags & T_FLAG))
#ifdef USE_DYNAREC
static int cpu_cycle_period(void)
{
switch(cpu_pci_speed)
@@ -502,8 +503,8 @@ static int cpu_cycle_period(void)
}
}
#ifdef USE_DYNAREC
static int cycles_main = 0;
void exec386_dynarec(int cycs)
{
uint8_t temp;

View File

@@ -87,7 +87,7 @@ ifndef MUNT
MUNT := y
endif
ifndef PAS16
PAS16 = n
PAS16 := n
endif
ifndef DYNAREC
DYNAREC := y