]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use unsigned long long in asm-x86-linux-rdmsr.c
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 2 Oct 2021 02:26:08 +0000 (19:26 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 2 Oct 2021 02:26:08 +0000 (19:26 -0700)
commit5f0285418940577142b3891d756f7de767bfc537
treeef5a140a7b89b1754b0c5d755e743b47b80bee85
parent9d116bcc5556c7df32803f7bf8e6e238ea1c13fb
Use unsigned long long in asm-x86-linux-rdmsr.c

Use unsigned long long for 64-bit integer since unsigned long is 32 bits
for x32.

* gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c (DECLARE_ARGS):
Use unsigned long long for x86-64.
gcc/testsuite/gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c