diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-06 23:23:54 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-06 23:23:54 +0000 |
commit | 7d13299d07a9c3c42277207ae7a691f0501a70b2 (patch) | |
tree | 981b791299c674712bacc00292de4afc6cc436ec /cpu-i386.h | |
parent | 1017ebe9cb38ae034b0e7c6c449abe2c9b5284fb (diff) |
added translation cache
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@25 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-i386.h')
-rw-r--r-- | cpu-i386.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu-i386.h b/cpu-i386.h index 4d06d92060..a6464efca4 100644 --- a/cpu-i386.h +++ b/cpu-i386.h @@ -244,5 +244,6 @@ void cpu_x86_close(CPUX86State *s); /* internal functions */ int cpu_x86_gen_code(uint8_t *gen_code_buf, int max_code_size, int *gen_code_size_ptr, uint8_t *pc_start); +void cpu_x86_tblocks_init(void); #endif /* CPU_I386_H */ |