* [Qemu-devel] [5609] Fix rotri_i64 typo.
@ 2008-11-03 13:30 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-11-03 13:30 UTC (permalink / raw)
To: qemu-devel
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);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-03 13:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03 13:30 [Qemu-devel] [5609] Fix rotri_i64 typo 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).