summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc64/md_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/powerpc64/md_init.h')
-rw-r--r--lib/csu/powerpc64/md_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/powerpc64/md_init.h b/lib/csu/powerpc64/md_init.h
index 3fa2ab118e6..e2054bd5754 100644
--- a/lib/csu/powerpc64/md_init.h
+++ b/lib/csu/powerpc64/md_init.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: md_init.h,v 1.3 2020/10/14 22:11:19 deraadt Exp $ */
+/* $OpenBSD: md_init.h,v 1.4 2020/10/15 16:30:23 deraadt Exp $ */
/*
* Copyright (c) 2020 Dale Rahn <drahn@openbsd.org>
@@ -116,5 +116,5 @@ __asm( \
"_dl_exit: \n" \
" li %r0, " STR(SYS_exit) " \n" \
" sc \n" \
-" blr \n" \
+" .long 0 # illegal \n" \
)