diff options
author | Daniel Black <[email protected]> | 2018-08-21 13:36:30 +1000 |
---|---|---|
committer | Daniel Black <[email protected]> | 2018-08-21 14:38:49 +1000 |
commit | 239aa002d48b6c1c9a67833ddb43bab2d92d70cb (patch) | |
tree | f419bf266ca5b4a5b9cb0ca7f67d2845a6d5b448 /lib/os_mon/src | |
parent | 0c1d9d28c43947ed590f0dd659289a6b50f2c36a (diff) | |
download | otp-239aa002d48b6c1c9a67833ddb43bab2d92d70cb.tar.gz otp-239aa002d48b6c1c9a67833ddb43bab2d92d70cb.tar.bz2 otp-239aa002d48b6c1c9a67833ddb43bab2d92d70cb.zip |
ppc64le is also 64bit
Diffstat (limited to 'lib/os_mon/src')
-rw-r--r-- | lib/os_mon/src/memsup.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/os_mon/src/memsup.erl b/lib/os_mon/src/memsup.erl index 9d6447430d..b69d657aa7 100644 --- a/lib/os_mon/src/memsup.erl +++ b/lib/os_mon/src/memsup.erl @@ -701,6 +701,7 @@ get_os_wordsize_with_uname() -> "sparc64" -> 64; "amd64" -> 64; "ppc64" -> 64; + "ppc64le" -> 64; "s390x" -> 64; _ -> 32 end. |