mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-31 05:30:40 +00:00
Stub Sys_GetClockTicks for x86_64
This is only used for debugging/stats.
This commit is contained in:
parent
6b1e27b157
commit
ab201cfc06
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ double Sys_GetClockTicks( void ) {
|
|||
: "=r" (lo), "=r" (hi) );
|
||||
return (double) lo + (double) 0xFFFFFFFF * hi;
|
||||
#else
|
||||
#error unsupported CPU
|
||||
return 0.0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue