summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/abstract_hardware_model.cc')
-rw-r--r--src/abstract_hardware_model.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.cc b/src/abstract_hardware_model.cc
index ed1be65..68efd4d 100644
--- a/src/abstract_hardware_model.cc
+++ b/src/abstract_hardware_model.cc
@@ -50,6 +50,7 @@ void mem_access_t::init(gpgpu_context *ctx) {
m_req_size = 0;
m_source_wid = (unsigned)-1;
m_source_split_id = (unsigned)-1;
+ m_source_list.clear();
}
void warp_inst_t::issue(const active_mask_t &mask, unsigned warp_id,