Skip to content

krnl386: Fix return value for DPMI 0900h-0902h calls (Virtual Interrupt State)

Pali Rohár requested to merge pali/wine:dpmi-virt-int into master

According to the DPMI specification, DPMI functions 0900h-0902h related to Virtual Interrupt State has to always return state in AL register.

As wine does not support disabling virtual interrupt flag, report that interrupts are always enabled (AL=1).

Merge request reports

Loading