Skip to content

Commit

Permalink
Bugfix: The DPMI host did not zero extend to EDI the protected mode o…
Browse files Browse the repository at this point in the history
…ffset returned in DI if functions 305h and 306h are called by a 32-bit client due to missing .386p directives. #164
  • Loading branch information
leecher1337 committed Jan 30, 2022
1 parent 9b00ca6 commit 4ff5591
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ntvdmpatch/patches/common/dpmi.patch
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,16 @@
> ret
> ClearSegRegs endp
>
--- NT4\private\mvdm\dpmi\486\dxint31.asm
+++ nt\private\mvdm\dpmi\486\dxint31.asm
2835a2836
> .386p
2839a2841
> .286p
2868a2871
> .386p
2872a2876
> .286p
--- NT4\private\mvdm\dpmi\pmdefs.inc
+++ nt\private\mvdm\dpmi\pmdefs.inc
446a447,451
Expand Down

0 comments on commit 4ff5591

Please sign in to comment.