From a90f26be02cabc924a17271ea6b7125e20841291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Benedikt=20Kr=C3=BCger?= Date: Tue, 28 Jun 2011 15:22:31 +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 0d746862..7aef7ebe 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 == 0) { + if (my_ue == 1) { memset(str, 0x00, 128); strcpy(str, "Hello RCCE_shmalloc\n"); }