From 7cfef9166fe19e7fe73bf0d71e114dfec56e011b Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Wed, 2 Jul 2014 17:13:58 -0800 Subject: Fix Bug 81 http://www.gpgpu-sim.org/bugs/show_bug.cgi?id=81 Review ID: 173001 [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18179] --- src/abstract_hardware_model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/abstract_hardware_model.h') diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index a5b82ee..09b36ff 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -283,7 +283,7 @@ public: void reset(); void launch( address_type start_pc, const simt_mask_t &active_mask ); - void update( simt_mask_t &thread_done, addr_vector_t &next_pc, address_type recvg_pc, op_type next_inst_op ); + void update( simt_mask_t &thread_done, addr_vector_t &next_pc, address_type recvg_pc, op_type next_inst_op,unsigned next_inst_size, address_type next_inst_pc ); const simt_mask_t &get_active_mask() const; void get_pdom_stack_top_info( unsigned *pc, unsigned *rpc ) const; -- cgit v1.3