qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4688] Allocate a register pair instead of a single register.
@ 2008-06-07  4:31 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-06-07  4:31 UTC (permalink / raw)
  To: qemu-devel

Revision: 4688
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4688
Author:   ths
Date:     2008-06-07 04:31:49 +0000 (Sat, 07 Jun 2008)

Log Message:
-----------
Allocate a register pair instead of a single register.

Modified Paths:
--------------
    trunk/tcg/tcg.c

Modified: trunk/tcg/tcg.c
===================================================================
--- trunk/tcg/tcg.c	2008-06-06 12:54:30 UTC (rev 4687)
+++ trunk/tcg/tcg.c	2008-06-07 04:31:49 UTC (rev 4688)
@@ -353,7 +353,7 @@
 #if TCG_TARGET_REG_BITS == 32
     if (type == TCG_TYPE_I64) {
         char buf[64];
-        tcg_temp_alloc(s, s->nb_globals + 1);
+        tcg_temp_alloc(s, s->nb_globals + 2);
         ts = &s->temps[s->nb_globals];
         ts->base_type = type;
         ts->type = TCG_TYPE_I32;

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

only message in thread, other threads:[~2008-06-07  4:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-07  4:31 [Qemu-devel] [4688] Allocate a register pair instead of a single register Thiemo Seufer

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