Added patch to fix issues with write watches when using Exagear.

This commit is contained in:
Sebastian Lackner
2014-11-22 05:51:42 +01:00
parent 50b6b69053
commit 7c3d480e56
4 changed files with 57 additions and 2 deletions

View File

@@ -171,13 +171,15 @@ clean:
# Patchset Exagear
# |
# | Modified files:
# | * configure.ac, dlls/ntdll/signal_i386.c
# | * configure.ac, dlls/ntdll/signal_i386.c, dlls/ntdll/virtual.c
# |
.INTERMEDIATE: Exagear.ok
Exagear.ok:
Exagear.ok: ntdll-WRITECOPY.ok
$(call APPLY_FILE,Exagear/0001-ntdll-Implement-emulation-of-SIDT-instruction-when-u.patch)
$(call APPLY_FILE,Exagear/0002-ntdll-Fix-issues-with-write-watches-when-using-Exage.patch)
@( \
echo '+ { "Sebastian Lackner", "ntdll: Implement emulation of SIDT instruction when using Exagear.", 1 },'; \
echo '+ { "Sebastian Lackner", "ntdll: Fix issues with write watches when using Exagear.", 1 },'; \
) > Exagear.ok
# Patchset Miscellaneous