Changeset 258719 in webkit


Ignore:
Timestamp:
Mar 19, 2020 11:41:16 AM (4 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, build fix after r258717
https://bugs.webkit.org/show_bug.cgi?id=199295

  • llint/LowLevelInterpreter.asm:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r258717 r258719  
     12020-03-19  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, build fix after r258717
     4        https://bugs.webkit.org/show_bug.cgi?id=199295
     5
     6        * llint/LowLevelInterpreter.asm:
     7
    182020-03-18  Yusuke Suzuki  <ysuzuki@apple.com>
    29
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm

    r258717 r258719  
    14231423        const zeroValue = a2
    14241424   
    1425         loadp vmOrStartSP::m_lastStackTop[vmOrStartSP], address
     1425        loadp VM::m_lastStackTop[vmOrStartSP], address
    14261426        move sp, zeroValue
    1427         storep zeroValue, vmOrStartSP::m_lastStackTop[vmOrStartSP]
     1427        storep zeroValue, VM::m_lastStackTop[vmOrStartSP]
    14281428        move sp, vmOrStartSP
    14291429
Note: See TracChangeset for help on using the changeset viewer.