Print this page
Code review comments from jeffpc

@@ -433,8 +433,11 @@
         }
 
         if (!psecflags_validate(flags))
                 return (-1);
 
-#endif  /* !NATIVE_BUILD */
         return (0);
+#else
+        assert(0);
+        abort();
+#endif /* !NATIVE_BUILD */
 }