mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Remove unused code from x86 Voodoo dynarec, fixes x86 Linux builds
This commit is contained in:
@@ -3361,12 +3361,6 @@ voodoo_recomp++;
|
||||
void voodoo_codegen_init(voodoo_t *voodoo)
|
||||
{
|
||||
int c;
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
void *start;
|
||||
size_t len;
|
||||
long pagesize = sysconf(_SC_PAGESIZE);
|
||||
long pagemask = ~(pagesize - 1);
|
||||
#endif
|
||||
|
||||
voodoo->codegen_data = plat_mmap(sizeof(voodoo_x86_data_t) * BLOCK_NUM*4, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user