Skip to content

Commit cf5922f

Browse files
committed
adding missing brackets
1 parent 35a93c0 commit cf5922f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gpu-simulator/trace-driven/trace_driven.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,10 @@ bool trace_warp_inst_t::parse_from_trace_struct(
242242
trace.memadd_info->addrs[i] <
243243
kernel_trace_info->local_base_addr + LOCAL_MEM_SIZE_MAX)
244244
space.set_type(local_space);
245-
else
245+
else {
246246
space.set_type(global_space);
247247
cache_op = CACHE_ALL;
248+
}
248249
break;
249250
}
250251
}

0 commit comments

Comments
 (0)