Skip to content

Commit

Permalink
causeway: update comment (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak authored Jan 18, 2025
1 parent 37d5958 commit fe5715d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bld/causeway/asm/cw32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ cw5_VCPI:
pop ds
or ah,ah
jnz InitError
mov d[VCPI_Entry],ebx ;Store entry point.
mov d[VCPI_Entry],ebx ;Store PM VCPI entry point.

; MED 11/05/96
mov FirstUninitPage,di ; VCPI server advanced to first uninitialized page
Expand Down
3 changes: 2 additions & 1 deletion bld/causeway/asm/interrup.asm
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,8 @@ IntHandler proc near
; | | |
; Error code -------------------------/ | |
; | |
; EIP:CS:Eflags ----------------------------/ |
; EIP:CS -----------------------------------/ |
; Eflags |
; |
; ESP:SS ------------------------------------------/
;
Expand Down
2 changes: 1 addition & 1 deletion bld/causeway/asm/raw_vcpi.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ VCPIProt2Real proc near
mov ds,ax
mov ax,0DE0Ch
assume ds:nothing
call FWORD PTR cs:[VCPI_Entry] ;switch back.
call FWORD PTR cs:[VCPI_Entry] ;switch back to RM.
assume ds:_cwRaw
;
rv19_Resume:
Expand Down

0 comments on commit fe5715d

Please sign in to comment.