Index: /branches/arm/lisp-kernel/arm-exceptions.c
===================================================================
--- /branches/arm/lisp-kernel/arm-exceptions.c	(revision 13861)
+++ /branches/arm/lisp-kernel/arm-exceptions.c	(revision 13862)
@@ -963,12 +963,6 @@
 }
 
-    
-
-
-/* This only tries to implement the "optional" fsqrt and fsqrts
-   instructions, which were generally implemented on IBM hardware
-   but generally not available on Motorola/Freescale systems.
-*/		  
-OSStatus
+
+Boolean
 handle_unimplemented_instruction(ExceptionInformation *xp,
                                  opcode instruction,
@@ -976,5 +970,5 @@
 {
 
-  return -1;
+  return false;
 }
 
