ntdll-WRITECOPY: Adjust patch based on changes in ws2_32-WriteWatches.

This commit is contained in:
Sebastian Lackner 2015-02-11 21:19:10 +01:00
parent 3f60978f12
commit 28bd360291
2 changed files with 138 additions and 138 deletions

View File

@ -82,7 +82,7 @@ index de55c31..49222f4 100644
+ switch(get_trap_code(context))
+ {
+ case TRAP_x86_PAGEFLT: /* Page fault */
+ if (!virtual_handle_fault( siginfo->si_addr, (get_error_code(context) >> 1) & 0x09 ))
+ if (!virtual_handle_fault( siginfo->si_addr, (get_error_code(context) >> 1) & 0x09, TRUE ))
+ return;
+ /* fall-through */
+ default:

File diff suppressed because it is too large Load Diff