qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4448] use new helper name
@ 2008-05-12 22:05 Fabrice Bellard
  2008-05-12 22:52 ` Erik de Castro Lopo
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Bellard @ 2008-05-12 22:05 UTC (permalink / raw)
  To: qemu-devel

Revision: 4448
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4448
Author:   bellard
Date:     2008-05-12 22:05:33 +0000 (Mon, 12 May 2008)

Log Message:
-----------
use new helper name

Modified Paths:
--------------
    trunk/cpu-exec.c

Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c	2008-05-12 22:05:13 UTC (rev 4447)
+++ trunk/cpu-exec.c	2008-05-12 22:05:33 UTC (rev 4448)
@@ -739,7 +739,7 @@
         cpu_x86_load_seg_cache(env, seg_reg, selector,
                                (selector << 4), 0xffff, 0);
     } else {
-        load_seg(seg_reg, selector);
+        helper_load_seg(seg_reg, selector);
     }
     env = saved_env;
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [4448] use new helper name
  2008-05-12 22:05 [Qemu-devel] [4448] use new helper name Fabrice Bellard
@ 2008-05-12 22:52 ` Erik de Castro Lopo
  0 siblings, 0 replies; 2+ messages in thread
From: Erik de Castro Lopo @ 2008-05-12 22:52 UTC (permalink / raw)
  To: qemu-devel

Fabrice Bellard wrote:

> Revision: 4448
>           http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4448

I've just synced to that revision (from the git tree at kernel.org)
and now I'm getting a build failure:

    /home/erikd/Hack/GIT/qemu/target-i386/translate.c:6863: undefined
    reference to `tcg_global_reg2_new_hack'

Anyone else seeing this?

Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Unix and C are the ultimate computer viruses." -- Richard P Gabriel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-12 22:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 22:05 [Qemu-devel] [4448] use new helper name Fabrice Bellard
2008-05-12 22:52 ` Erik de Castro Lopo

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