diff options
Diffstat (limited to 'include/exec/tb-flush.h')
-rw-r--r-- | include/exec/tb-flush.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/exec/tb-flush.h b/include/exec/tb-flush.h index d92d065..142c240 100644 --- a/include/exec/tb-flush.h +++ b/include/exec/tb-flush.h @@ -23,4 +23,6 @@ */ void tb_flush(CPUState *cs); +void tcg_flush_jmp_cache(CPUState *cs); + #endif /* _TB_FLUSH_H_ */ |