Slight optimisation when DS/SS are 'flat' (base=0, limit=4G).
This commit is contained in:
parent
3f4361b265
commit
083ca3d4a2
10 changed files with 564 additions and 139 deletions
|
|
@ -1394,12 +1394,11 @@ void codegen_block_init(uint32_t phys_addr)
|
|||
block->_cs = cs;
|
||||
block->pnt = block_current;
|
||||
block->phys = phys_addr;
|
||||
block->use32 = use32;
|
||||
block->stack32 = stack32;
|
||||
block->next = block->prev = NULL;
|
||||
block->next_2 = block->prev_2 = NULL;
|
||||
block->page_mask = 0;
|
||||
block->flags = CODEBLOCK_STATIC_TOP;
|
||||
block->status = cpu_cur_status;
|
||||
|
||||
block->was_recompiled = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue