qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4947] Reduce amount of space reserved for tb jump
@ 2008-07-26 11:20 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-07-26 11:20 UTC (permalink / raw)
  To: qemu-devel

Revision: 4947
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4947
Author:   malc
Date:     2008-07-26 11:20:54 +0000 (Sat, 26 Jul 2008)

Log Message:
-----------
Reduce amount of space reserved for tb jump

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

Modified: trunk/tcg/ppc64/tcg-target.c
===================================================================
--- trunk/tcg/ppc64/tcg-target.c	2008-07-26 11:20:50 UTC (rev 4946)
+++ trunk/tcg/ppc64/tcg-target.c	2008-07-26 11:20:54 UTC (rev 4947)
@@ -991,7 +991,7 @@
             /* direct jump method */
 
             s->tb_jmp_offset[args[0]] = s->code_ptr - s->code_buf;
-            s->code_ptr += 32;
+            s->code_ptr += 28;
         }
         else {
             tcg_abort ();

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

only message in thread, other threads:[~2008-07-26 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 11:20 [Qemu-devel] [4947] Reduce amount of space reserved for tb jump malc

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