mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for
annother potential bug. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3968 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
41df841110
commit
2ba1eeb62c
3 changed files with 24 additions and 21 deletions
|
@ -257,8 +257,7 @@ void tcg_context_init(TCGContext *s);
|
|||
void tcg_func_start(TCGContext *s);
|
||||
|
||||
int dyngen_code(TCGContext *s, uint8_t *gen_code_buf);
|
||||
int dyngen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf,
|
||||
const uint8_t *searched_pc);
|
||||
int dyngen_code_search_pc(TCGContext *s, long offset);
|
||||
|
||||
void tcg_set_frame(TCGContext *s, int reg,
|
||||
tcg_target_long start, tcg_target_long size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue