Changeset 50874 in webkit for trunk/JavaScriptCore/jit


Ignore:
Timestamp:
Nov 12, 2009, 4:44:56 AM (16 years ago)
Author:
[email protected]
Message:

2009-11-12 Thiago Macieira <[email protected]>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Fix linking on Linux 32-bit.

It was missing the ".text" directive at the top of the file,
indicating that code would follow. Without it, the assembler created
"NOTYPE" symbols, which would result in linker errors.
https://bugs.webkit.org/show_bug.cgi?id=30863

  • jit/JITStubs.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.