From 543b51ee30f957b263fea93cb26355786363fe5e Mon Sep 17 00:00:00 2001 From: miod Date: Sat, 30 Mar 2024 10:43:38 +0000 Subject: [PATCH] Use illop1 as failure instruction in the locore gap file. --- sys/arch/luna88k/conf/Makefile.luna88k | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 07ce32a019a..4659ed38bf1 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.85 2024/01/28 00:40:22 deraadt Exp $ +# $OpenBSD: Makefile.luna88k,v 1.86 2024/03/30 10:43:38 miod Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -123,7 +123,7 @@ ld.script: ${_machdir}/conf/ld.script makegap.sh: cp $S/conf/makegap.sh $@ -MAKE_GAP = LD="${LD}" sh makegap.sh 0x00000000 +MAKE_GAP = LD="${LD}" sh makegap.sh 0xf400fc01 gap.o: Makefile makegap.sh vers.o ${MAKE_GAP} -- 2.20.1