diff options
| author | Tor Aamodt <[email protected]> | 2010-08-08 08:34:45 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-08 08:34:45 -0800 |
| commit | 43eb0e822424b39b52091f45725376cc903b08ee (patch) | |
| tree | b865e1d0873239b63da4c26b1131358d0abd4bfe /src/cuda-sim/ptx_sim.h | |
| parent | 6ef41cd4671ebb8d79d3b8a2cdb33b518ec2e6cf (diff) | |
refactoring: making g_current_symbol_table local to ptx_ir.cc
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7165]
Diffstat (limited to 'src/cuda-sim/ptx_sim.h')
| -rw-r--r-- | src/cuda-sim/ptx_sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_sim.h b/src/cuda-sim/ptx_sim.h index 12075c8..0379686 100644 --- a/src/cuda-sim/ptx_sim.h +++ b/src/cuda-sim/ptx_sim.h @@ -270,7 +270,7 @@ public: return m_func_info; } void print_insn( unsigned pc, FILE * fp ) const; - void set_info( symbol_table *symtab, function_info *func ); + void set_info( function_info *func ); unsigned get_uid() const { return m_uid; |
