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

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