minor update

This commit is contained in:
Blaise Tine 2024-05-21 12:45:03 -07:00
parent 9b79d60507
commit 210e4a8e8f

View file

@ -88,7 +88,7 @@ void Emulator::execute(const Instr &instr, uint32_t wid, instr_trace_t *trace) {
break;
}
in32_t thread_last = num_threads - 1;
uint32_t thread_last = num_threads - 1;
for (; thread_last >= 0; --thread_last) {
if (warp.tmask.test(thread_last))
break;