You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added patch to implement emulation SIDT instruction when using Exagear.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user