[webkit-changes] [WebKit/WebKit] 5d4042: Fixed UGPRPair for big endian cpus

jacadcaps noreply at github.com
Sun Dec 3 08:32:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5d40427dff123edb419b7c8b385095dec5530ffb
      https://github.com/WebKit/WebKit/commit/5d40427dff123edb419b7c8b385095dec5530ffb
  Author: Jacek Piszczek <jacadcaps at runbox.com>
  Date:   2023-12-03 (Sun, 03 Dec 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/UGPRPair.h

  Log Message:
  -----------
  Fixed UGPRPair for big endian cpus
https://bugs.webkit.org/show_bug.cgi?id=265342

Reviewed by Yusuke Suzuki.

Fixes up the order at which the registers are packed into a  UGPRPair on CPU(BIG_ENDIAN).

* Source/JavaScriptCore/runtime/UGPRPair.h:
(JSC::makeUGPRPair):

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




More information about the webkit-changes mailing list