André Hentschel : krnl386.exe16: Simply clean a comment from master/slave.

Alexandre Julliard julliard at winehq.org
Thu Jun 18 15:33:37 CDT 2020


Module: wine
Branch: master
Commit: d593be3b4c3b00064ea709ab50030ec9e938e154
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d593be3b4c3b00064ea709ab50030ec9e938e154

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Jun 18 15:29:00 2020 +0200

krnl386.exe16: Simply clean a comment from master/slave.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/krnl386.exe16/int31.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/krnl386.exe16/int31.c b/dlls/krnl386.exe16/int31.c
index d5cf02896a..01c3102d98 100644
--- a/dlls/krnl386.exe16/int31.c
+++ b/dlls/krnl386.exe16/int31.c
@@ -446,7 +446,7 @@ void WINAPI DOSVM_Int31Handler( CONTEXT *context )
             SET_AX( context, 0x005a );  /* DPMI version 0.90 */
             SET_BX( context, 0x0005 );  /* Flags: 32-bit, virtual memory */
             SET_CL( context, si.wProcessorLevel );
-            SET_DX( context, 0x0870 );  /* Master/slave interrupt controller base */
+            SET_DX( context, 0x0870 );  /* Interrupt controller base */
         }
         break;
 




More information about the wine-cvs mailing list