[Qemu-devel] [Bug 600063] Re: target-arm/translate.c

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/600063 Title: target-arm/translate.c Status in QEMU: Fix Released Bug description:

[Qemu-devel] [Bug 600063] Re: target-arm/translate.c

2011-01-01 Thread Aurelien Jarno
commit a990f58feda5d6b547af30a7cd281936300e13ff Author: Adam Lackorzynski Date: Mon Mar 1 17:19:54 2010 +0100 target-arm: Fix missing 'return' in SRS handling. There's a return missing in the srs handling which leads to srs always being treated an an invalid op. Signed