From b212a5b2536eb6fe9d073097997b21e77eb50f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Benedikt=20Kr=C3=BCger?= Date: Tue, 28 Jun 2011 15:21:39 +0200 Subject: [PATCH] ... --- arch/x86/scc/icc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }