Merge pull request #9 from rharke/close-before-quit

Close directory if no .SYSTEM file found to chain to
This commit is contained in:
Joshua Bell
2021-12-06 20:16:21 -08:00
committed by GitHub

View File

@@ -323,6 +323,7 @@ handle_sys_file:
jmp invoke_system_file
not_found:
MLI_CALL CLOSE, close_params
jmp quit
.endproc