summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-09-29 10:58:43 +0000
committerdcs <dcs@FreeBSD.org>1999-09-29 10:58:43 +0000
commit104201a6c3c08e780f2757f3e3e525bc5ea7598d (patch)
tree9a2dc31f21acc735b23b4c3cedd7d9837eb19a44 /sys
parenta46bfcf00dfeb62b61f06c25e0c05d13042c2a87 (diff)
downloadFreeBSD-src-104201a6c3c08e780f2757f3e3e525bc5ea7598d.zip
FreeBSD-src-104201a6c3c08e780f2757f3e3e525bc5ea7598d.tar.gz
Fix world-breaking bug, add $FreeBSD$ tag.
This happened to be my first "for real" broken world. I had broken it once before, but nobody noticed, so it didn't count. So, how do I get the "I broke world and all I got was the lousy t-shirt" t-shirt?
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/ficl/softwords/softcore.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/ficl/softwords/softcore.awk b/sys/boot/ficl/softwords/softcore.awk
index 8928db6..f882a56 100644
--- a/sys/boot/ficl/softwords/softcore.awk
+++ b/sys/boot/ficl/softwords/softcore.awk
@@ -1,6 +1,7 @@
#!/usr/bin/awk -f
# Convert forth source files to a giant C string
# Joe Abley <jabley@patho.gen.nz>, 12 January 1999
+# $FreeBSD$
BEGIN \
{
@@ -91,6 +92,6 @@ END \
printf " \"quit \";\n";
printf "\n\nvoid ficlCompileSoftCore(FICL_VM *pVM)\n";
printf "{\n";
- printf " assert(ficlExec(pVM, softWords, -1) != VM_ERREXIT);\n";
+ printf " assert(ficlExec(pVM, softWords) != VM_ERREXIT);\n";
printf "}\n";
}
OpenPOWER on IntegriCloud