qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5977] Add missing "static"
@ 2008-12-11 17:29 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-12-11 17:29 UTC (permalink / raw)
  To: qemu-devel

Revision: 5977
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5977
Author:   blueswir1
Date:     2008-12-11 17:29:00 +0000 (Thu, 11 Dec 2008)

Log Message:
-----------
Add missing "static"

Modified Paths:
--------------
    trunk/target-sparc/op_helper.c

Modified: trunk/target-sparc/op_helper.c
===================================================================
--- trunk/target-sparc/op_helper.c	2008-12-11 00:14:30 UTC (rev 5976)
+++ trunk/target-sparc/op_helper.c	2008-12-11 17:29:00 UTC (rev 5977)
@@ -49,7 +49,7 @@
 #endif
 }
 
-void raise_exception(int tt)
+static void raise_exception(int tt)
 {
     env->exception_index = tt;
     cpu_loop_exit();

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

only message in thread, other threads:[~2008-12-11 17:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-11 17:29 [Qemu-devel] [5977] Add missing "static" Blue Swirl

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