From fa863b9e878da409e69fe05e6c4b832ef262119c Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 27 Jun 2017 04:22:13 +0000 Subject: [PATCH] the illegal instruction is 0x00000000 --- sys/arch/macppc/conf/Makefile.macppc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index b98eba544c5..63a48293426 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.85 2017/06/25 14:02:23 deraadt Exp $ +# $OpenBSD: Makefile.macppc,v 1.86 2017/06/27 04:22:13 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -125,8 +125,7 @@ makegap.sh: cp $S/conf/makegap.sh $@ gap.o: Makefile makegap.sh - sh makegap.sh 0xcccccccc # XXX choose a trap instruction - + sh makegap.sh 0x00000000 # gauranteed illegal vers.o: ${SYSTEM_DEP:Ngap.o} ${SYSTEM_SWAP_DEP} sh $S/conf/newvers.sh -- 2.20.1