From b7fc118ef12b8706d2e951aa00101de7d4d56af1 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Mon, 18 Feb 2013 07:39:19 -0800 Subject: proposed fix for bug 42 (Alexander Samoilov) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15271] --- src/cuda-sim/ptx_ir.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cuda-sim') diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index f4ad6f7..547372d 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -369,6 +369,8 @@ public: m_type = symbolic_t; } else if ( addr->is_func_addr() ) { m_type = symbolic_t; + } else if ( !addr->is_reg() ) { + m_type = symbolic_t; } else { m_type = reg_t; } -- cgit v1.3