mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
348 B
C
16 lines
348 B
C
$NetBSD: patch-Code.c,v 1.2 2015/12/29 23:34:57 dholland Exp $
|
|
|
|
Use NORETURN.
|
|
|
|
--- Code.c.orig 2012-11-19 01:59:02.000000000 +0000
|
|
+++ Code.c
|
|
@@ -659,7 +659,7 @@ long ScmTimer (long units)
|
|
* The VSCM virtual machine:
|
|
*/
|
|
|
|
-void ScmVM (void)
|
|
+void NORETURN ScmVM (void) NRUTERON
|
|
{
|
|
register const unsigned short *cp;
|
|
unsigned int cp_save;
|