diff options
author | Dan McDonald <danmcd@joyent.com> | 2021-09-17 10:47:45 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2021-09-17 10:47:45 -0400 |
commit | a0ff59d0a2ee2e2fae253ea72aa6e4b41d524191 (patch) | |
tree | ca6470937c8efd6e9a866ce20ddf8f2a6f00d5cb | |
parent | d7159b37699523966f5e7af69b1bd84e2a084fa4 (diff) | |
download | illumos-joyent-a0ff59d0a2ee2e2fae253ea72aa6e4b41d524191.tar.gz |
14084 loader can't activate BEs
(Revert "13955 loader: support.4th resets the read buffer incorrectly")
This reverts commit 3fa2c5b4960d0046e3080b8f059afab7943d0a1b.
-rw-r--r-- | usr/src/boot/sys/boot/forth/support.4th | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/sys/boot/forth/support.4th b/usr/src/boot/sys/boot/forth/support.4th index a3b384d723..2abf48f70b 100644 --- a/usr/src/boot/sys/boot/forth/support.4th +++ b/usr/src/boot/sys/boot/forth/support.4th @@ -523,7 +523,7 @@ variable fd get-current ( -- wid ) previous definitions >search ( wid -- ) : reset_line_reading - 0 read_buffer .len ! + 0 to read_buffer_ptr ; : read_line |