Revision 623e265c tcg/tcg.h
b/tcg/tcg.h | ||
---|---|---|
257 | 257 |
void tcg_func_start(TCGContext *s); |
258 | 258 |
|
259 | 259 |
int dyngen_code(TCGContext *s, uint8_t *gen_code_buf); |
260 |
int dyngen_code_search_pc(TCGContext *s, long offset); |
|
260 |
int dyngen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset);
|
|
261 | 261 |
|
262 | 262 |
void tcg_set_frame(TCGContext *s, int reg, |
263 | 263 |
tcg_target_long start, tcg_target_long size); |
Also available in: Unified diff