comparison 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
comparison
equal deleted inserted replaced
552:74bbea56b8e5 553:293f827ccfb2
3762 const_list_table(); 3762 const_list_table();
3763 3763
3764 init=0; 3764 init=0;
3765 /* static local variables */ 3765 /* static local variables */
3766 for(n=local_static_list;n;n=n->next) { 3766 for(n=local_static_list;n;n=n->next) {
3767 if (n->sc == GVAR) { 3767 if (n->sc == STATIC) {
3768 if (n->dsp != -1) { /* initialized static */ 3768 if (n->dsp != -1) { /* initialized static */
3769 if (init==0) { 3769 if (init==0) {
3770 data_mode(0); 3770 data_mode(0);
3771 init=1; 3771 init=1;
3772 } 3772 }