From b2e43b20a2dff0321ca8168ebf0bf3507ef0cc56 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 19 Nov 2023 00:46:54 +0000 Subject: [PATCH] need to use a slightly different asm syntax.. --- lib/csu/mips64/md_init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/csu/mips64/md_init.h b/lib/csu/mips64/md_init.h index 0f5045d4a0b..6ddf7442226 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.21 2023/11/18 16:26:16 deraadt Exp $ */ +/* $OpenBSD: md_init.h,v 1.22 2023/11/19 00:46:54 deraadt Exp $ */ /*- * Copyright (c) 2001 Ross Harvey @@ -144,7 +144,7 @@ " .ent _csu_abort \n" \ " .type _csu_abort, @function \n" \ "_csu_abort: \n" \ - " teq zero, zero, 0x52 \n" \ + " teq $zero, $zero, 0x52 \n" \ " .end _csu_abort \n" \ " .previous") -- 2.20.1