Skip to content

Commit 05d9d05

Browse files
committed
adding the correct dumy call function :P
1 parent 356f1a7 commit 05d9d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/lock_fill_bucket/lock_fill_bucket.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ int main(int argc, char *argv[]) {
7575
pthread_join(tids[i], NULL);
7676
}
7777

78-
dummy_instr_start();
78+
dummy_instr_end();
7979

8080
/*long sum = 0;
8181
for(int i = 0; i < num_buckets; i++) {

0 commit comments

Comments
 (0)