Skip to content

Commit

Permalink
- second fix for RDTSC(), hopefully this will work
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16703 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Jul 31, 2013
1 parent 75a43d7 commit 5c49562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/util/rtclock.c
Expand Up @@ -138,7 +138,7 @@ inline volatile long long RDTSC() {
return TSC;
}
#else
inline volatile long long RDTSC() {
long long RDTSC() {
return __rdtsc();
}
#endif
Expand Down

0 comments on commit 5c49562

Please sign in to comment.