diff mc-code-arm.c @ 553:293f827ccfb2 linux-kernel-source

Linux kernel source compiled.
author kono
date Thu, 05 Jan 2006 21:29:55 +0900
parents dbfd6e88e2c3
children dc677ac7a744
line wrap: on
line diff
--- a/mc-code-arm.c	Thu Jan 05 13:16:26 2006 +0900
+++ b/mc-code-arm.c	Thu Jan 05 21:29:55 2006 +0900
@@ -3764,7 +3764,7 @@
     init=0;
     /* static local variables */
     for(n=local_static_list;n;n=n->next) {
-	if (n->sc == GVAR) {
+	if (n->sc == STATIC) {
 	    if (n->dsp != -1) { /* initialized static */
 		if (init==0) {
 		    data_mode(0);