diff options
| author | Ahmed El-Shafiey <[email protected]> | 2014-07-02 17:13:58 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:59 -0700 |
| commit | 7cfef9166fe19e7fe73bf0d71e114dfec56e011b (patch) | |
| tree | 4fdaa29c3b232e806f5ba4021f2c2616fd68b509 /src/abstract_hardware_model.h | |
| parent | 3d160890b053fd45efe83d56f5cc1c8aede9e436 (diff) | |
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]
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
