mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 602978: Blacklist JITs on the GT-I9000. r=dvander a=blocking-fennec
This commit is contained in:
parent
27d2dc8d88
commit
4dada3937e
@ -2211,6 +2211,7 @@ ComputeIsJITBroken()
|
||||
"SGH-I897", // Samsung i9000, Captivate device
|
||||
"SCH-I500", // Samsung i9000, Fascinate device
|
||||
"SPH-D700", // Samsung i9000, Epic device
|
||||
"GT-I9000", // Samsung i9000, UK/Europe device
|
||||
NULL
|
||||
};
|
||||
for (const char** hw = &blacklist[0]; *hw; ++hw) {
|
||||
|
Loading…
Reference in New Issue
Block a user