summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index f70058e..a2d144f 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -684,6 +684,8 @@ public:
m_mem_accesses_created=false;
m_cache_hit=false;
}
+ virtual ~warp_inst_t(){
+ }
// modifiers
void do_atomic(bool forceDo=false);