Skip to content

Commit b2e43b2

Browse files
author
deraadt
committed
need to use a slightly different asm syntax..
1 parent 85d9593 commit b2e43b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/csu/mips64/md_init.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: md_init.h,v 1.21 2023/11/18 16:26:16 deraadt Exp $ */
1+
/* $OpenBSD: md_init.h,v 1.22 2023/11/19 00:46:54 deraadt Exp $ */
22

33
/*-
44
* Copyright (c) 2001 Ross Harvey
@@ -144,7 +144,7 @@
144144
" .ent _csu_abort \n" \
145145
" .type _csu_abort, @function \n" \
146146
"_csu_abort: \n" \
147-
" teq zero, zero, 0x52 \n" \
147+
" teq $zero, $zero, 0x52 \n" \
148148
" .end _csu_abort \n" \
149149
" .previous")
150150

0 commit comments

Comments
 (0)