[webkit-changes] [WebKit/WebKit] 9be772: [Win] REGRESSION(259818 at main) error LNK2019: unres...

Fujii Hironori noreply at github.com
Sun Feb 5 20:07:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9be772528ff28d90138ee12eebc844be7dce30ae
      https://github.com/WebKit/WebKit/commit/9be772528ff28d90138ee12eebc844be7dce30ae
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-02-05 (Sun, 05 Feb 2023)

  Changed paths:
    M Source/JavaScriptCore/llint/LowLevelInterpreter.asm
    M Source/WTF/wtf/StackPointer.h

  Log Message:
  -----------
  [Win] REGRESSION(259818 at main) error LNK2019: unresolved external symbol currentStackPointer
https://bugs.webkit.org/show_bug.cgi?id=251770

Reviewed by Mark Lam.

Linking WTF.dll was failing due to the unresolved external symbol
currentStackPointer in Windows debug builds.
WTF::StackBounds::checkConsistency calls the function only in debug
builds. Restored the original code of currentStackPointer for 64bit
Windows.

* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:
* Source/WTF/wtf/StackPointer.h:

Canonical link: https://commits.webkit.org/259877@main




More information about the webkit-changes mailing list