From 1017ebe9cb38ae034b0e7c6c449abe2c9b5284fb Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 5 Mar 2003 23:26:16 +0000 Subject: convert several x86 instructions at the same time git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@24 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-i386.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu-i386.h') 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 */ -- cgit v1.2.3