summaryrefslogtreecommitdiff
path: root/decuda_to_ptxplus/decudaInst.h
diff options
context:
space:
mode:
authorJimmy Kwa <[email protected]>2010-12-09 11:56:44 -0800
committerJimmy Kwa <[email protected]>2010-12-09 11:56:44 -0800
commit6af42f32801f27d25feb4a7470b13bf23f2cd751 (patch)
treee4491df46af3216bf76d30281b7becf34fee8752 /decuda_to_ptxplus/decudaInst.h
parent52a638e84693fff528defbcbd24ecb58216baaba (diff)
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]
Diffstat (limited to 'decuda_to_ptxplus/decudaInst.h')
-rw-r--r--decuda_to_ptxplus/decudaInst.h2
1 files changed, 1 insertions, 1 deletions
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