We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a5ec1 commit 13ffbd8Copy full SHA for 13ffbd8
tools/testing/selftests/kvm/include/x86_64/processor.h
@@ -79,7 +79,7 @@ static inline uint64_t get_desc64_base(const struct desc64 *desc)
79
static inline uint64_t rdtsc(void)
80
{
81
uint32_t eax, edx;
82
- uint32_t tsc_val;
+ uint64_t tsc_val;
83
/*
84
* The lfence is to wait (on Intel CPUs) until all previous
85
* instructions have been executed. If software requires RDTSC to be
0 commit comments