We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d9593 commit b2e43b2Copy full SHA for b2e43b2
lib/csu/mips64/md_init.h
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: md_init.h,v 1.21 2023/11/18 16:26:16 deraadt Exp $ */
+/* $OpenBSD: md_init.h,v 1.22 2023/11/19 00:46:54 deraadt Exp $ */
2
3
/*-
4
* Copyright (c) 2001 Ross Harvey
@@ -144,7 +144,7 @@
144
" .ent _csu_abort \n" \
145
" .type _csu_abort, @function \n" \
146
"_csu_abort: \n" \
147
- " teq zero, zero, 0x52 \n" \
+ " teq $zero, $zero, 0x52 \n" \
148
" .end _csu_abort \n" \
149
" .previous")
150
0 commit comments