* [Qemu-devel] Arm mrc bug
@ 2005-02-02 23:28 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2005-02-02 23:28 UTC (permalink / raw)
To: qemu-devel
There's a missing break statement in the implementation of the arm move
program status register instructions.
Paul
Index: target-arm/translate.c
===================================================================
RCS file: /cvsroot/qemu/qemu/target-arm/translate.c,v
retrieving revision 1.15
diff -u -r1.15 translate.c
--- target-arm/translate.c 31 Jan 2005 20:43:28 -0000 1.15
+++ target-arm/translate.c 2 Feb 2005 23:25:45 -0000
@@ -424,6 +424,7 @@
gen_op_movl_T0_psr();
gen_movl_reg_T0(s, rd);
}
+ break;
case 0x1:
if (op1 == 1) {
/* branch/exchange thumb (bx). */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-02 23:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-02 23:28 [Qemu-devel] Arm mrc bug Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).