aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-02-10 14:09:09 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-02-10 14:09:09 +0000
commit623e265c6b1ad09fccecaa53f8c8a1fd572c54c7 (patch)
treeb9bd715c57787f5c40bd45fd7c18bec42cda86ee /tcg/tcg.h
parentb2a5160c9f11cc5fe64230a6ec8f95e3aecfeacf (diff)
downloadqemu-623e265c6b1ad09fccecaa53f8c8a1fd572c54c7.zip
qemu-623e265c6b1ad09fccecaa53f8c8a1fd572c54c7.tar.gz
qemu-623e265c6b1ad09fccecaa53f8c8a1fd572c54c7.tar.bz2
Simplify TCG relocation bugfix.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3974 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r--tcg/tcg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/tcg.h b/tcg/tcg.h
index 11ffb0c..09fb9ef 100644
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -257,7 +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, long offset);
+int dyngen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset);
void tcg_set_frame(TCGContext *s, int reg,
tcg_target_long start, tcg_target_long size);