aboutsummaryrefslogtreecommitdiff
path: root/gcc/sym-exec/condition.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sym-exec/condition.h')
-rw-r--r--gcc/sym-exec/condition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sym-exec/condition.h b/gcc/sym-exec/condition.h
index dc3ec38..1882c6cf 100644
--- a/gcc/sym-exec/condition.h
+++ b/gcc/sym-exec/condition.h
@@ -13,7 +13,7 @@ enum condition_status {
class bit_condition : public bit_expression {
private:
- tree_code code;
+ tree_code m_code;
void print_expr_sign ();
public: