diff options
Diffstat (limited to 'decuda_to_ptxplus/decudaInst.h')
| -rw-r--r-- | decuda_to_ptxplus/decudaInst.h | 2 |
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 |
