This commit is contained in:
Carl-Benedikt Krüger 2011-06-28 15:21:39 +02:00
parent 9eb2d5f379
commit b212a5b253

View file

@ -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");
}