diff test/asm-powerpc.c @ 649:f1d71563a46a

array size fix
author kono
date Sat, 18 Nov 2006 15:37:37 +0900
parents 183726ccd83d
children 5313ed059cee
line wrap: on
line diff
--- a/test/asm-powerpc.c	Fri Nov 17 22:30:24 2006 +0900
+++ b/test/asm-powerpc.c	Sat Nov 18 15:37:37 2006 +0900
@@ -10,7 +10,7 @@
         unsigned long ptrace;
 } c0;
 
-// register struct task_struct *current asm ("r2");
+register struct task_struct *current asm ("r2");
 typedef struct { volatile int counter; } atomic_t;
 
 struct thread_info {