summaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/arm/md_init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/arm/md_init.h b/lib/csu/arm/md_init.h
index c8d7ad57e4a..283b5e3baf8 100644
--- a/lib/csu/arm/md_init.h
+++ b/lib/csu/arm/md_init.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: md_init.h,v 1.13 2020/03/11 13:09:29 deraadt Exp $ */
+/* $OpenBSD: md_init.h,v 1.14 2020/03/13 09:31:26 deraadt Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -157,6 +157,6 @@
"_dl_exit: \n" \
" mov r12, #1 \n" \
" swi #0 \n" \
- " nop \n" \
- " nop \n" \
+ " dsb nsh \n" \
+ " isb \n" \
".previous");