13 lines
330 B
C
13 lines
330 B
C
$NetBSD: patch-Code.c,v 1.1 2012/11/19 02:54:42 joerg Exp $
|
|
|
|
--- 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;
|