mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
Removed the extra "long".
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3792 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5315c64acf
commit
867193acce
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ extern cycles_t cacheflush_time;
|
|||
|
||||
static inline cycles_t get_cycles (void)
|
||||
{
|
||||
cycles_t long ret;
|
||||
cycles_t ret;
|
||||
|
||||
rdtscll(ret);
|
||||
return ret & 0xffffffff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue