[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [5977] Add missing "static"
From: |
Blue Swirl |
Subject: |
[Qemu-devel] [5977] Add missing "static" |
Date: |
Thu, 11 Dec 2008 17:29:01 +0000 |
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();
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [5977] Add missing "static",
Blue Swirl <=