diff --git a/arch/x86/scc/icc.c b/arch/x86/scc/icc.c index 7aef7ebe..0d746862 100644 --- a/arch/x86/scc/icc.c +++ b/arch/x86/scc/icc.c @@ -144,7 +144,7 @@ int icc_init(void) #if 1 char* str = RCCE_shmalloc(128); - if (my_ue == 1) { + if (my_ue == 0) { memset(str, 0x00, 128); strcpy(str, "Hello RCCE_shmalloc\n"); }