From fe5715d817bddfd8c71640eddec1f1ab53ece95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Mal=C3=A1k?= Date: Sat, 18 Jan 2025 20:26:16 +0100 Subject: [PATCH] causeway: update comment (#1381) --- bld/causeway/asm/cw32.asm | 2 +- bld/causeway/asm/interrup.asm | 3 ++- bld/causeway/asm/raw_vcpi.asm | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bld/causeway/asm/cw32.asm b/bld/causeway/asm/cw32.asm index 3ee1f69102..2b48b7987b 100644 --- a/bld/causeway/asm/cw32.asm +++ b/bld/causeway/asm/cw32.asm @@ -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 diff --git a/bld/causeway/asm/interrup.asm b/bld/causeway/asm/interrup.asm index ff5eea93c8..cef25c7c13 100644 --- a/bld/causeway/asm/interrup.asm +++ b/bld/causeway/asm/interrup.asm @@ -797,7 +797,8 @@ IntHandler proc near ; | | | ; Error code -------------------------/ | | ; | | - ; EIP:CS:Eflags ----------------------------/ | + ; EIP:CS -----------------------------------/ | + ; Eflags | ; | ; ESP:SS ------------------------------------------/ ; diff --git a/bld/causeway/asm/raw_vcpi.asm b/bld/causeway/asm/raw_vcpi.asm index 74eee15da3..e7176b4749 100644 --- a/bld/causeway/asm/raw_vcpi.asm +++ b/bld/causeway/asm/raw_vcpi.asm @@ -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: