Ignore:
Timestamp:
Sep 10, 2015, 1:50:33 PM (10 years ago)
Author:
[email protected]
Message:

REGRESSION(r189575): Appears to break ARM64 linux builds
https://bugs.webkit.org/show_bug.cgi?id=149044

Reviewed by Filip Pizlo.

Changed the use of the ARM64 "fp", a register alias, to be "x29", the real register name.

  • llint/LowLevelInterpreter.asm:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r189586 r189588  
     12015-09-10  Michael Saboff  <[email protected]>
     2
     3        REGRESSION(r189575): Appears to break ARM64 linux builds
     4        https://bugs.webkit.org/show_bug.cgi?id=149044
     5
     6        Reviewed by Filip Pizlo.
     7
     8        Changed the use of the ARM64 "fp", a register alias, to be "x29", the real register name.
     9
     10        * llint/LowLevelInterpreter.asm:
     11
    1122015-09-09  Filip Pizlo  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.