diff kernel/arch/vexpressA9.c3 @ 367:577ed7fb3fe4

Try to make thumb work again
author Windel Bouwman
date Fri, 21 Mar 2014 10:27:57 +0100
parents c05ab629976a
children 6df89163e114
line wrap: on
line diff
--- a/kernel/arch/vexpressA9.c3	Fri Mar 21 09:43:01 2014 +0100
+++ b/kernel/arch/vexpressA9.c3	Fri Mar 21 10:27:57 2014 +0100
@@ -1,4 +1,5 @@
 module arch;
+import io;
 
 
 function void init()
@@ -6,11 +7,6 @@
     // putc(65)
 }
 
-function int pfr0();
-function int pfr1();
-function int mmfr0();
-function int mpuir();
-
 function void putc(int c)
 {
     var int *UART0DR;