From 6af42f32801f27d25feb4a7470b13bf23f2cd751 Mon Sep 17 00:00:00 2001 From: Jimmy Kwa Date: Thu, 9 Dec 2010 11:56:44 -0800 Subject: Copied cuobjdump_to_ptxplus into fermi branch. Minor modifications were made to decuda_to_ptxplus to support this. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8229] --- decuda_to_ptxplus/decudaInst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decuda_to_ptxplus/decudaInst.h') diff --git a/decuda_to_ptxplus/decudaInst.h b/decuda_to_ptxplus/decudaInst.h index 8b73cf1..bdf02d6 100644 --- a/decuda_to_ptxplus/decudaInst.h +++ b/decuda_to_ptxplus/decudaInst.h @@ -7,7 +7,7 @@ class decudaInst protected: //instruction data const char* m_label; //instruction label - const char* m_predicate; //instruction predicate + stringList* m_predicate; //instruction predicate const char* m_base; //instruction mnemonic stringList* m_baseModifiers; //base modifiers stringList* m_typeModifiers; //operand types -- cgit v1.3