commit a990f58feda5d6b547af30a7cd281936300e13ff Author: Adam Lackorzynski <a...@os.inf.tu-dresden.de> 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-off-by: Adam Lackorzynski <a...@os.inf.tu-dresden.de> Signed-off-by: Aurelien Jarno <aurel...@aurel32.net> ** Changed in: qemu Status: New => Fix Committed -- 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 Committed Bug description: when i use srsdb instruction in arm simulator(qumu), it will not be translated and run. after looked over target-arm/translate.c file , i found the deal of srs instruction won't return, is that right?