Index: /branches/arm/lisp-kernel/arm-exceptions.c
===================================================================
--- /branches/arm/lisp-kernel/arm-exceptions.c	(revision 13824)
+++ /branches/arm/lisp-kernel/arm-exceptions.c	(revision 13825)
@@ -957,14 +957,8 @@
 
 
-OSStatus
+Boolean
 handle_sigfpe(ExceptionInformation *xp, TCR *tcr)
 {
-
-
-
-  /* 'handle_fpux_binop' scans back from the specified PC until it finds an FPU
-     operation; there's an FPU operation right at the PC, so tell it to start
-     looking one word beyond */
-  return handle_fpux_binop(xp, (pc)((natural)(xpPC(xp))+4));
+  return false;
 }
 
@@ -1097,4 +1091,5 @@
         break;
       }
+      break;
     }
 
