• joransiu's avatar
    S390: Printf format specifier for size_t · 59267a08
    joransiu authored
    GCC on S390 31-bit treats size_t as 'long unsigned int', which
    is incompatible with %d format specifier that expects an 'int'.
    Introduce a new V8 SIZET PREFIX to use %zd instead.
    
    R=danno@chromium.org,jkummerow@chromium.org,jochen@chromium.org,jyan@ca.ibm.com,michael_dawson@ca.ibm.com,mbrandy@us.ibm.com,yangguo@chromium.org
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1782293002
    
    Cr-Commit-Position: refs/heads/master@{#34724}
    59267a08
global-handles.cc 44.7 KB