diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2015-02-28 14:38:02 +0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2015-03-02 15:11:29 +0000 |
commit | 9c37660832d74ac696b5238640193646485664f8 (patch) | |
tree | 5f72c40f61aaa62af3735b428d3b7a393ca24616 /Source/JavaScriptCore/Scripts/generate-js-builtins.py | |
parent | ed5d6c93f7cf902e58aaf3f0abd54b3b258172ed (diff) | |
download | qtwebkit-9c37660832d74ac696b5238640193646485664f8.tar.gz |
Fix build on x32 systems
On Linux x32 ABI, pointer size is different than on classic x86_64
systems, so the current assembly is wrong.
To fix this, drop the quad qualifier and let the compiler infer the
argument size. This way it will work on both x86_64 and x32.
Done-with: Adam Borowski <kilobyte@angband.pl>
Change-Id: I7a5f9edbba08705397ce7e771b1567f2a140fb1b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Diffstat (limited to 'Source/JavaScriptCore/Scripts/generate-js-builtins.py')
0 files changed, 0 insertions, 0 deletions