Re: [Qemu-devel] [PATCH] target-microblaze: Delete unused sign_extend() function

2014-06-04 Thread Edgar E. Iglesias
On Tue, Jun 03, 2014 at 06:59:21PM +0100, Peter Maydell wrote: > The sign_extend() function is unused; delete it. Reviewed-by: Edgar E. Iglesias Peter, feel free to push this straight in. Thanks, Edgar > > Signed-off-by: Peter Maydell > --- > We have sextract() for this these days anyway. >

[Qemu-devel] [PATCH] target-microblaze: Delete unused sign_extend() function

2014-06-03 Thread Peter Maydell
The sign_extend() function is unused; delete it. Signed-off-by: Peter Maydell --- We have sextract() for this these days anyway. --- target-microblaze/translate.c | 13 - 1 file changed, 13 deletions(-) diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c index