mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
210e4a8e8f
commit
e1c8ff02be
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ void Emulator::execute(const Instr &instr, uint32_t wid, instr_trace_t *trace) {
|
|||
break;
|
||||
}
|
||||
|
||||
uint32_t thread_last = num_threads - 1;
|
||||
int32_t thread_last = num_threads - 1;
|
||||
for (; thread_last >= 0; --thread_last) {
|
||||
if (warp.tmask.test(thread_last))
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue