Skip to content

Commit

Permalink
causeway: fix for issue #1361 (Thanks Andreas Grech)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Jan 2, 2025
1 parent e14ae58 commit ff0d031
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bld/causeway/asm/interrup.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,7 @@ inter19_Use16Bit678:
;
;Now switch back to exit code.
;
if 0
mov ax,InitDS
mov ds,ax
assume ds:_cwInit
Expand All @@ -1849,5 +1850,10 @@ inter19_Use16Bit678:
push ax
db 66h
retf
assume ds:_cwDPMIEMU
else
mov ax,MainDS
mov ds,ax
assume ds:_cwMain
jmp f[TerminationHandler]
endif
ExcepNN386 endp

0 comments on commit ff0d031

Please sign in to comment.