Skip to content

Commit 913bf09

Browse files
Zentrikvchuravy
authored andcommitted
Update src/jitlayers.cpp
1 parent 41ba673 commit 913bf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jitlayers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ class JLMemoryUsagePlugin : public ObjectLinkingLayer::Plugin {
12581258
}
12591259
(void) code_size;
12601260
(void) data_size;
1261-
jl_atomic_fetch_add_relaxed(this->jit_bytes_size, graph_size)
1261+
jl_atomic_fetch_add_relaxed(this->jit_bytes_size, graph_size);
12621262
jl_timing_counter_inc(JL_TIMING_COUNTER_JITSize, graph_size);
12631263
jl_timing_counter_inc(JL_TIMING_COUNTER_JITCodeSize, code_size);
12641264
jl_timing_counter_inc(JL_TIMING_COUNTER_JITDataSize, data_size);

0 commit comments

Comments
 (0)