mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
removed obsolete x86 code copy support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3551 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
838104f608
commit
ec6338bac3
13 changed files with 23 additions and 327 deletions
5
exec.c
5
exec.c
|
@ -944,11 +944,6 @@ void tb_link_phys(TranslationBlock *tb,
|
|||
tb->jmp_first = (TranslationBlock *)((long)tb | 2);
|
||||
tb->jmp_next[0] = NULL;
|
||||
tb->jmp_next[1] = NULL;
|
||||
#ifdef USE_CODE_COPY
|
||||
tb->cflags &= ~CF_FP_USED;
|
||||
if (tb->cflags & CF_TB_FP_USED)
|
||||
tb->cflags |= CF_FP_USED;
|
||||
#endif
|
||||
|
||||
/* init original jump addresses */
|
||||
if (tb->tb_next_offset[0] != 0xffff)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue