removed unused functions from memory
This commit is contained in:
parent
4c910bb433
commit
0196f732f8
1 changed files with 0 additions and 18 deletions
|
@ -49,24 +49,6 @@ static bool canjit(void)
|
|||
return true;
|
||||
}
|
||||
|
||||
static bool needmman(void)
|
||||
{
|
||||
if (!jit_direct_compatible_memory)
|
||||
return false;
|
||||
|
||||
if (canjit())
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
static void nocanbang(void)
|
||||
{
|
||||
if (canbang) {
|
||||
write_log(_T("Switching JIT direct off!\n"));
|
||||
}
|
||||
canbang = 0;
|
||||
}
|
||||
|
||||
uae_u8 ce_banktype[65536];
|
||||
uae_u8 ce_cachable[65536];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue