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 5200434..364f87f 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -80,7 +80,7 @@ public: cDxr3MemcpyBench(uint32_t config_flags = 0); private: - unsigned long long int Rdtsc(); + unsigned long long int Rdtsc(uint32_t config_flags); std::vector<memcpy_routine> m_methods; ///< a std::vector with all methodes }; |