diff options
Diffstat (limited to 'lib/csu/sh/md_init.h')
-rw-r--r-- | lib/csu/sh/md_init.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/sh/md_init.h b/lib/csu/sh/md_init.h index e98b6044d96..f2940122c4a 100644 --- a/lib/csu/sh/md_init.h +++ b/lib/csu/sh/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.9 2020/10/14 22:11:19 deraadt Exp $ */ +/* $OpenBSD: md_init.h,v 1.10 2020/10/15 16:30:23 deraadt Exp $ */ /* $NetBSD: dot_init.h,v 1.3 2005/12/24 22:02:10 perry Exp $ */ /*- @@ -136,4 +136,5 @@ __asm(".section " #section "\n" \ "_dl_exit: \n" \ " mov #" STR(SYS_exit) ", r0 \n" \ " .word 0xc380 /* trapa #0x80 */ \n" \ + " sleep /* illegal */ \n" \ ".previous") |