diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-22 12:45:51 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-22 12:45:51 -0700 |
commit | 31bbb6ac955a9043777c8f7c1926184d622a9626 (patch) | |
tree | 15c6fb16fe94ec9d5161a66060823f9c6955b301 /apps | |
parent | 2c3dda21de177a6b67210ee06fd380814be51754 (diff) | |
download | mu-31bbb6ac955a9043777c8f7c1926184d622a9626.tar.gz |
5686
Get mulisp reflecting whatever's typed in again.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mulisp.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mulisp.subx b/apps/mulisp.subx index 23848da2..e1365e60 100644 --- a/apps/mulisp.subx +++ b/apps/mulisp.subx @@ -128,7 +128,7 @@ lisp-read: # in : (address buffered-file) -> eax : (address cell) eb/jump $lisp-read:end/disp8 } # ... - eb/jump loop/disp8 +#? eb/jump loop/disp8 } # return s 89/<- %eax 1/r32/ecx |