[Qemu-devel] Re: microblaze: unused variable

2011-01-22 Thread Edgar E. Iglesias
On Sat, Jan 22, 2011 at 02:43:36PM +, Blue Swirl wrote: > helper_addkc() in op_helper.c looks buggy, GCC 4.6.0 complains: > CCmicroblaze-softmmu/op_helper.o > /src/qemu/target-microblaze/op_helper.c: In function 'helper_addkc': > /src/qemu/target-microblaze/op_helper.c:133:14: error: vari

[Qemu-devel] Re: microblaze: unused variable

2011-01-22 Thread Edgar E. Iglesias
Thanks ble, The addk. Helper is now there only there to compute carry. I Feel free to remove the unused statement and unusrd vars. Otherwise ill do when im back again. Cheers On Jan 22, 2011 3:43 PM, "Blue Swirl" wrote: > > helper_addkc() in op_helper.c looks buggy, GCC 4.6.0 complains: > CC