qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@nowt.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5609] Fix rotri_i64 typo.
Date: Mon, 03 Nov 2008 13:30:51 +0000	[thread overview]
Message-ID: <E1KwzW7-0004Su-Sd@cvs.savannah.gnu.org> (raw)

Revision: 5609
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5609
Author:   pbrook
Date:     2008-11-03 13:30:50 +0000 (Mon, 03 Nov 2008)

Log Message:
-----------
Fix rotri_i64 typo.

Modified Paths:
--------------
    trunk/tcg/tcg-op.h

Modified: trunk/tcg/tcg-op.h
===================================================================
--- trunk/tcg/tcg-op.h	2008-11-03 07:08:44 UTC (rev 5608)
+++ trunk/tcg/tcg-op.h	2008-11-03 13:30:50 UTC (rev 5609)
@@ -1622,7 +1622,7 @@
 {
     /* some cases can be optimized here */
     if (arg2 == 0) {
-        tcg_gen_mov_i32(ret, arg1);
+        tcg_gen_mov_i64(ret, arg1);
     } else {
         tcg_gen_rotli_i64(ret, arg1, 64 - arg2);
     }

                 reply	other threads:[~2008-11-03 13:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KwzW7-0004Su-Sd@cvs.savannah.gnu.org \
    --to=paul@nowt.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).