Added patch to implement emulation SIDT instruction when using Exagear.

This commit is contained in:
Sebastian Lackner
2014-11-11 03:28:23 +01:00
parent 78784bf5d3
commit 513952a066
4 changed files with 308 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ APPLY_FILE = @echo "Applying $(1)"; $(APPLY) < "$(CURDIR)/$(1)"
#
PATCHLIST := \
Exagear.ok \
Miscellaneous.ok \
Pipelight.ok \
Staging.ok \
@@ -164,6 +165,21 @@ clean:
rm -f series patchlist.diff
rm -f *.ok
# Patchset Exagear
# |
# | Included patches:
# | * Implement emulation SIDT instruction when using Exagear. [by Sebastian Lackner]
# |
# | Modified files:
# | * configure.ac, dlls/ntdll/signal_i386.c
# |
.INTERMEDIATE: Exagear.ok
Exagear.ok:
$(call APPLY_FILE,Exagear/0001-ntdll-Implement-emulation-SIDT-instruction-when-usin.patch)
@( \
echo '+ { "Exagear", "Sebastian Lackner", "Implement emulation SIDT instruction when using Exagear." },'; \
) > Exagear.ok
# Patchset Miscellaneous
# |
# | Included patches: