diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-05 23:26:16 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-05 23:26:16 +0000 |
commit | 1017ebe9cb38ae034b0e7c6c449abe2c9b5284fb (patch) | |
tree | ad8273a15fa7dc53c10d90cfa080c3db0d4fdc56 /cpu-i386.h | |
parent | 77f8dd5add8f02253dcea1454c9d2c76d7c788a7 (diff) |
convert several x86 instructions at the same time
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@24 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-i386.h')
-rw-r--r-- | cpu-i386.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu-i386.h b/cpu-i386.h index ae49fffd04..4d06d92060 100644 --- a/cpu-i386.h +++ b/cpu-i386.h @@ -242,7 +242,7 @@ int cpu_x86_exec(CPUX86State *s); void cpu_x86_close(CPUX86State *s); /* internal functions */ -int cpu_x86_gen_code(uint8_t *gen_code_buf, int *gen_code_size_ptr, - uint8_t *pc_start); +int cpu_x86_gen_code(uint8_t *gen_code_buf, int max_code_size, + int *gen_code_size_ptr, uint8_t *pc_start); #endif /* CPU_I386_H */ |