386: Set BS flag in DR6 other interpreter as well

This commit is contained in:
Cacodemon345
2022-08-04 18:04:40 +06:00
committed by GitHub
parent 64195df373
commit c743d36028

View File

@@ -404,6 +404,7 @@ exec386_dynarec_int(void)
oldcs = CS;
#endif
cpu_state.oldpc = cpu_state.pc;
dr[6] |= 0x4000;
x86_int(1);
}