Re: [Qemu-devel] [PATCH] eepro100: Allocate a larger buffer for regname()

2009-11-27 Thread Stefan Weil
David Benjamin schrieb: > This should avoid truncating the register name when debugging. > > Signed-off-by: David Benjamin > --- > hw/eepro100.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/eepro100.c b/hw/eepro100.c > index 8734907..3676dc0 100644 > --- a/hw/eepro

[Qemu-devel] [PATCH] eepro100: Allocate a larger buffer for regname()

2009-11-26 Thread David Benjamin
This should avoid truncating the register name when debugging. Signed-off-by: David Benjamin --- hw/eepro100.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index 8734907..3676dc0 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -648,7 +