Skip to content

Commit 9a652b6

Browse files
committed
disable the sim
1 parent ca479e3 commit 9a652b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/rt/sim.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ void alaska_htlb_sim_track(uintptr_t maybe_handle) {
146146
htlb.access_non_handle((void *)maybe_handle);
147147
}
148148

149+
return;
149150
if (access_count > RATE) {
150151
access_count = 0;
151152

0 commit comments

Comments
 (0)