qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6923] target-alpha: Fix bug: do not mask address LSBs for ldwu.
@ 2009-03-29  0:13 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-03-29  0:13 UTC (permalink / raw)
  To: qemu-devel

Revision: 6923
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6923
Author:   aurel32
Date:     2009-03-29 00:13:47 +0000 (Sun, 29 Mar 2009)
Log Message:
-----------
target-alpha: Fix bug: do not mask address LSBs for ldwu.

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/target-alpha/translate.c

Modified: trunk/target-alpha/translate.c
===================================================================
--- trunk/target-alpha/translate.c	2009-03-29 00:13:38 UTC (rev 6922)
+++ trunk/target-alpha/translate.c	2009-03-29 00:13:47 UTC (rev 6923)
@@ -753,7 +753,7 @@
         /* LDWU */
         if (!(ctx->amask & AMASK_BWX))
             goto invalid_opc;
-        gen_load_mem(ctx, &tcg_gen_qemu_ld16u, ra, rb, disp16, 0, 1);
+        gen_load_mem(ctx, &tcg_gen_qemu_ld16u, ra, rb, disp16, 0, 0);
         break;
     case 0x0D:
         /* STW */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-29  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29  0:13 [Qemu-devel] [6923] target-alpha: Fix bug: do not mask address LSBs for ldwu Aurelien Jarno

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).