Skip to content

Commit fe5715d

Browse files
authored
causeway: update comment (#1381)
1 parent 37d5958 commit fe5715d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bld/causeway/asm/cw32.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ cw5_VCPI:
18011801
pop ds
18021802
or ah,ah
18031803
jnz InitError
1804-
mov d[VCPI_Entry],ebx ;Store entry point.
1804+
mov d[VCPI_Entry],ebx ;Store PM VCPI entry point.
18051805

18061806
; MED 11/05/96
18071807
mov FirstUninitPage,di ; VCPI server advanced to first uninitialized page

bld/causeway/asm/interrup.asm

+2-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,8 @@ IntHandler proc near
797797
; | | |
798798
; Error code -------------------------/ | |
799799
; | |
800-
; EIP:CS:Eflags ----------------------------/ |
800+
; EIP:CS -----------------------------------/ |
801+
; Eflags |
801802
; |
802803
; ESP:SS ------------------------------------------/
803804
;

bld/causeway/asm/raw_vcpi.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ VCPIProt2Real proc near
13291329
mov ds,ax
13301330
mov ax,0DE0Ch
13311331
assume ds:nothing
1332-
call FWORD PTR cs:[VCPI_Entry] ;switch back.
1332+
call FWORD PTR cs:[VCPI_Entry] ;switch back to RM.
13331333
assume ds:_cwRaw
13341334
;
13351335
rv19_Resume:

0 commit comments

Comments
 (0)