diff options
Diffstat (limited to 'lib/csu/mips64/md_init.h')
-rw-r--r-- | lib/csu/mips64/md_init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/mips64/md_init.h b/lib/csu/mips64/md_init.h index 7328965c8ea..c5ed64c295f 100644 --- a/lib/csu/mips64/md_init.h +++ b/lib/csu/mips64/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.18 2020/10/14 22:11:19 deraadt Exp $ */ +/* $OpenBSD: md_init.h,v 1.19 2020/10/15 16:30:23 deraadt Exp $ */ /*- * Copyright (c) 2001 Ross Harvey @@ -146,7 +146,7 @@ "_dl_exit: \n" \ " li $v0, " STR(SYS_exit) " \n" \ " syscall \n" \ - " j $ra \n" \ + " break 0 \n" \ " .end _dl_exit \n" \ " .previous") |