diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-27 04:22:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-27 04:22:14 +0000 |
commit | 11b203fdd340de0de851af3bf66a3b1c0025e46e (patch) | |
tree | 09d7ce703eaa1ddf4c8ee75314a3383152ff0647 /sys/arch/macppc/conf | |
parent | 88bbd3ace4e58c217f7e593306fda226aa8fe161 (diff) |
the illegal instruction is 0x00000000
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/Makefile.macppc | 5 |
1 files 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 |