diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 17:46:38 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 17:46:38 +0000 |
commit | f4b8eec380a863f55d64210076c11a17f3218353 (patch) | |
tree | 76a2dd9977b2dcbe932afcdbb906d5e8b1080084 /chrome/chrome.gyp | |
parent | 5cc6fa388d1effe830505acfdc9b068e167ac8de (diff) | |
download | chromium_src-f4b8eec380a863f55d64210076c11a17f3218353.zip chromium_src-f4b8eec380a863f55d64210076c11a17f3218353.tar.gz chromium_src-f4b8eec380a863f55d64210076c11a17f3218353.tar.bz2 |
linux: work around LAHF bug in Flash
64-bit Flash uses the LAHF instruction, which isn't available on
some CPUs. Work around this by catching SIGILL and emulating
the instruction.
BUG=29789
TEST=flash works on more computers than before, nothing else changes
Review URL: http://codereview.chromium.org/517031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index d1ab06c..ab54446 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -438,6 +438,7 @@ 'plugin/plugin_interpose_util_mac.mm', 'plugin/plugin_interpose_util_mac.h', 'plugin/plugin_main.cc', + 'plugin/plugin_main_linux.cc', 'plugin/plugin_main_mac.mm', 'plugin/plugin_thread.cc', 'plugin/plugin_thread.h', |