diff options
Diffstat (limited to 'lib/csu/arm/md_init.h')
-rw-r--r-- | lib/csu/arm/md_init.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/arm/md_init.h b/lib/csu/arm/md_init.h index c8026dfde56..d80c0cccbb5 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.15 2020/10/14 22:11:19 deraadt Exp $ */ +/* $OpenBSD: md_init.h,v 1.16 2020/10/15 16:30:23 deraadt Exp $ */ /*- * Copyright (c) 2001 Ross Harvey @@ -159,4 +159,5 @@ " swi #0 \n" \ " dsb nsh \n" \ " isb \n" \ + " .word 0xa000f7f0 /* illegal */ \n" \ ".previous"); |