Re: [Qemu-devel] [PATCH] fixup! Pass generic CPUState to gen_intermediate_code()

2017-06-26 Thread Lluís Vilanova
Alex Bennée writes: > --- > target/hppa/translate.c | 5 ++--- > target/nios2/translate.c| 5 ++--- > target/openrisc/translate.c | 3 +-- > 3 files changed, 5 insertions(+), 8 deletions(-) I rebased the patches and forgot to test the compilation of other architectures. Sorry about that.

[Qemu-devel] [PATCH] fixup! Pass generic CPUState to gen_intermediate_code()

2017-06-26 Thread Alex Bennée
--- target/hppa/translate.c | 5 ++--- target/nios2/translate.c| 5 ++--- target/openrisc/translate.c | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/target/hppa/translate.c b/target/hppa/translate.c index e10abc5e04..900870cd5a 100644 --- a/target/hppa/translate.c