summaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/aarch64/md_init.h4
-rw-r--r--lib/csu/arm/md_init.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/aarch64/md_init.h b/lib/csu/aarch64/md_init.h
index de8b2512c0c..c8420cabeb8 100644
--- a/lib/csu/aarch64/md_init.h
+++ b/lib/csu/aarch64/md_init.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: md_init.h,v 1.9 2020/10/15 16:30:21 deraadt Exp $ */
+/* $OpenBSD: md_init.h,v 1.10 2020/10/19 17:57:40 naddy Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -115,5 +115,5 @@
" svc #0 \n" \
" dsb nsh \n" \
" isb \n" \
- " .word 0xa000f7f0 /* illegal */ \n" \
+ " udf #0 \n" \
".previous");
diff --git a/lib/csu/arm/md_init.h b/lib/csu/arm/md_init.h
index d80c0cccbb5..3a9b581b6dc 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.16 2020/10/15 16:30:23 deraadt Exp $ */
+/* $OpenBSD: md_init.h,v 1.17 2020/10/19 17:57:40 naddy Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -159,5 +159,5 @@
" swi #0 \n" \
" dsb nsh \n" \
" isb \n" \
- " .word 0xa000f7f0 /* illegal */ \n" \
+ " udf #0 \n" \
".previous");