Skip to content

Commit e1c8ff0

Browse files
committed
minor update
1 parent 210e4a8 commit e1c8ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim/simx/execute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void Emulator::execute(const Instr &instr, uint32_t wid, instr_trace_t *trace) {
8888
break;
8989
}
9090

91-
uint32_t thread_last = num_threads - 1;
91+
int32_t thread_last = num_threads - 1;
9292
for (; thread_last >= 0; --thread_last) {
9393
if (warp.tmask.test(thread_last))
9494
break;

0 commit comments

Comments
 (0)