File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1801,7 +1801,7 @@ cw5_VCPI:
1801
1801
pop ds
1802
1802
or ah , ah
1803
1803
jnz InitError
1804
- mov d [ VCPI_Entry ], ebx ;Store entry point.
1804
+ mov d [ VCPI_Entry ], ebx ;Store PM VCPI entry point.
1805
1805
1806
1806
; MED 11/05/96
1807
1807
mov FirstUninitPage , di ; VCPI server advanced to first uninitialized page
Original file line number Diff line number Diff line change @@ -797,7 +797,8 @@ IntHandler proc near
797
797
; | | |
798
798
; Error code -------------------------/ | |
799
799
; | |
800
- ; EIP:CS:Eflags ----------------------------/ |
800
+ ; EIP:CS -----------------------------------/ |
801
+ ; Eflags |
801
802
; |
802
803
; ESP:SS ------------------------------------------/
803
804
;
Original file line number Diff line number Diff line change @@ -1329,7 +1329,7 @@ VCPIProt2Real proc near
1329
1329
mov ds , ax
1330
1330
mov ax , 0DE0Ch
1331
1331
assume ds :nothing
1332
- call FWORD PTR cs : [ VCPI_Entry ] ;switch back.
1332
+ call FWORD PTR cs : [ VCPI_Entry ] ;switch back to RM .
1333
1333
assume ds :_cwRaw
1334
1334
;
1335
1335
rv19_Resume:
You can’t perform that action at this time.
0 commit comments