From deaff01fe5ad6a4e1de52b6edc87ed880fc2864e Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 20 Jan 2011 16:03:28 +0000 Subject: [PATCH] Fix a stack leak in r215345 when skipping over the ACPI menu item for machines that do not support ACPI. Submitted by: olli --- sys/boot/forth/beastie.4th | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th index 65d5fc03cf3f..1130ed04ec88 100644 --- a/sys/boot/forth/beastie.4th +++ b/sys/boot/forth/beastie.4th @@ -193,7 +193,7 @@ at-xy ." `--{__________) " then else menuidx @ - 1+ dup + 1+ menuidx ! -2 bootacpikey ! then