Bug 602978: Blacklist JITs on the GT-I9000. r=dvander a=blocking-fennec

This commit is contained in:
Chris Jones 2010-10-08 16:22:36 -05:00
parent 27d2dc8d88
commit 4dada3937e

View File

@ -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) {