Parent Directory
|
Revision Log
|
Patch
revision 205, Fri Jun 14 08:26:04 2002 UTC | revision 206, Fri Jun 14 12:26:06 2002 UTC | |
---|---|---|
# | Line 74 | Line 74 |
74 | uint32_t ts1, ts2; | uint32_t ts1, ts2; |
75 | ||
76 | __asm { | __asm { |
77 | rdtsc mov ts1, eax mov ts2, edx} | rdtsc |
78 | mov ts1, eax | |
79 | mov ts2, edx | |
80 | } | |
81 | ||
82 | ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1); | ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1); |
83 |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |