Re: [Qemu-devel] [PATCH 02/12] S/390 disassembler fixes

2009-10-22 Thread Aurelien Jarno
On Wed, Oct 21, 2009 at 03:52:23PM +0200, Ulrich Hecht wrote: > enable zArch (64-bit) instructions > enable disassembler for both s390 and s390x > > Signed-off-by: Ulrich Hecht > --- > configure |2 +- > disas.c|3 +++ > s390-dis.c |4 ++-- > 3 files changed, 6 insertions(+), 3

[Qemu-devel] [PATCH 02/12] S/390 disassembler fixes

2009-10-21 Thread Ulrich Hecht
enable zArch (64-bit) instructions enable disassembler for both s390 and s390x Signed-off-by: Ulrich Hecht --- configure |2 +- disas.c|3 +++ s390-dis.c |4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/configure b/configure index ca6d45c..350c742 100755 -