diff options
Diffstat (limited to 'dxr3memcpy.h')
-rw-r--r-- | dxr3memcpy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3memcpy.h b/dxr3memcpy.h index e360b32..50d7581 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -88,7 +88,7 @@ public: cDxr3MemcpyBench(uint32_t config_flags = 0); private: - unsigned long long int rdtsc(); + unsigned long long int Rdtsc(); vector<memcpy_routine> m_methods; }; |