Changeset 248162 in webkit


Ignore:
Timestamp:
Aug 2, 2019 11:16:52 AM (5 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: build fix.
https://bugs.webkit.org/show_bug.cgi?id=200149
<rdar://problem/53570112>

Not reviewed.

  • assembler/CPU.cpp:

(JSC::hwPhysicalCPUMax):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r248149 r248162  
     12019-08-02  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: build fix.
     4        https://bugs.webkit.org/show_bug.cgi?id=200149
     5        <rdar://problem/53570112>
     6
     7        Not reviewed.
     8
     9        * assembler/CPU.cpp:
     10        (JSC::hwPhysicalCPUMax):
     11
    1122019-08-01  Yusuke Suzuki  <ysuzuki@apple.com>
    213
  • trunk/Source/JavaScriptCore/assembler/CPU.cpp

    r248143 r248162  
    8080int32_t hwPhysicalCPUMax()
    8181{
    82     int64_t val = 0;
     82    int32_t val = 0;
    8383    size_t valSize = sizeof(val);
    8484    int rc = sysctlbyname("hw.physicalcpu_max", &val, &valSize, nullptr, 0);
Note: See TracChangeset for help on using the changeset viewer.