diff options
author | Ken Roberts <alisonken1@juno.com> | 2010-06-20 18:40:33 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-22 06:01:24 -0500 |
commit | be2b11e1dbbffea86ab3aa5c367ae05f7c6038ea (patch) | |
tree | 911bc49fd9d27dec39956173be4ce8a77c0e3915 /libraries/flashplugin-lahf-fix/README | |
parent | b1473e3c28732d75acdf9c9fe998a2f5c2cf799d (diff) |
libraries/flashplugin-lahf-fix: Added (emulates LAHF instruction)
Early x86_64 cpu's did not have the lahf instruction.
Unfortunately, Adobe wrote their flash using this instruction.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/flashplugin-lahf-fix/README')
-rw-r--r-- | libraries/flashplugin-lahf-fix/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/flashplugin-lahf-fix/README b/libraries/flashplugin-lahf-fix/README new file mode 100644 index 000000000000..a276ef623274 --- /dev/null +++ b/libraries/flashplugin-lahf-fix/README @@ -0,0 +1,7 @@ +Simple work-around for running the 64-bit Adobe Flash plug-in version 10 +on Athlon64 processors without support for the lahf instruction. + +Compile with: +cc -fPIC -shared -nostdlib -lc -oflashplugin-lahf-fix.so flashplugin-lahf-fix.c +Then place the .so file in the plug-in directory (e.g. $HOME/.mozilla/plugins) +or use LD_PRELOAD to force Firefox to load the library. |