Forgot to "return" from i combinator.

This commit is contained in:
Simon Forman
2019-11-12 09:18:58 -08:00
parent 9cfb06c736
commit e72fa2585f
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -158,6 +158,7 @@ Mark II
sub_base_from_offset(TEMP0, SP),
sub_base_from_offset(TEMP1, SP),
merge_and_store(TEMP0, TEMP1, SP),
jump(Main), % We already wrote the stack cell so 'Main' not 'Done'.
% ======================================