Skip to content

Commit 6463613

Browse files
committed
cycleclock: Not a safepoint
1 parent bd25c76 commit 6463613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int jl_running_under_rr(int recheck) JL_NOTSAFEPOINT;
129129
JL_DLLEXPORT uint64_t jl_hrtime(void) JL_NOTSAFEPOINT;
130130

131131
// number of cycles since power-on
132-
static inline uint64_t cycleclock(void)
132+
static inline uint64_t cycleclock(void) JL_NOTSAFEPOINT
133133
{
134134
#if defined(_CPU_X86_64_)
135135
uint64_t low, high;

0 commit comments

Comments
 (0)