* [Qemu-devel] [patch] SPARC FORCE_RET fix
@ 2005-03-10 0:40 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2005-03-10 0:40 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 70 bytes --]
Annother missing FORCE_RET, this time sparc guest on i386 host.
Paul
[-- Attachment #2: patch.qemu_sparc_forceret --]
[-- Type: text/x-diff, Size: 471 bytes --]
Index: target-sparc/op.c
===================================================================
RCS file: /cvsroot/qemu/qemu/target-sparc/op.c,v
retrieving revision 1.14
diff -u -p -r1.14 op.c
--- target-sparc/op.c 13 Feb 2005 20:11:30 -0000 1.14
+++ target-sparc/op.c 10 Mar 2005 00:39:30 -0000
@@ -765,6 +765,7 @@ void OPPROTO op_eval_fbue(void)
{
// 0 or 3
T2 = !(FFLAG_SET(FSR_FCC1) ^ FFLAG_SET(FSR_FCC0));
+ FORCE_RET();
}
void OPPROTO op_eval_fbge(void)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-10 1:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-10 0:40 [Qemu-devel] [patch] SPARC FORCE_RET fix Paul Brook
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.