From 43eb0e822424b39b52091f45725376cc903b08ee Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 8 Aug 2010 08:34:45 -0800 Subject: refactoring: making g_current_symbol_table local to ptx_ir.cc [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7165] --- src/cuda-sim/ptx_sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cuda-sim/ptx_sim.h') 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; -- cgit v1.3