RE: [Qemu-devel] [PATCH][SPARC] Fix branch conditions

2007-03-21 Thread Blue Swirl
I have noticed that the condition table in target-sparc/translate.c is wrong wrt ba and bnr, they are reversed. The emulation is still correct as they are currently not used (do_branch() has two cases to handle them). However I think it is a good idea to fix that, as they may be used at some point

[Qemu-devel] [PATCH][SPARC] Fix branch conditions

2007-03-21 Thread Aurelien Jarno
Hi, I have noticed that the condition table in target-sparc/translate.c is wrong wrt ba and bnr, they are reversed. The emulation is still correct as they are currently not used (do_branch() has two cases to handle them). However I think it is a good idea to fix that, as they may be used at some