]> Zhao Yanbai Git Server - minix.git/commitdiff
NOT_REACHABLE() removed until ack will be taught to handle macros as a grownup
authorTomas Hruby <tom@minix3.org>
Wed, 23 Sep 2009 07:25:04 +0000 (07:25 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 23 Sep 2009 07:25:04 +0000 (07:25 +0000)
compiler

kernel/main.c

index 1f63e08ac198ada40e2d9faff0383090bb9e7a66..b847b2bef14104e5719496a96b209805b2248b9a 100755 (executable)
@@ -206,7 +206,6 @@ PUBLIC void main()
   FIXME("PROC check enabled");
 #endif
   restart();
-  NOT_REACHABLE();
 }
 
 /*===========================================================================*