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:
Sampo Savolainen 2008-09-22 20:43:49 +00:00
parent 5315c64acf
commit 867193acce

View file

@ -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;