qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4688] Allocate a register pair instead of a single registe


From: Thiemo Seufer
Subject: [Qemu-devel] [4688] Allocate a register pair instead of a single register.
Date: Sat, 07 Jun 2008 04:31:49 +0000

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;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]