equal
deleted
inserted
replaced
55 this->last_file = lfile, |
55 this->last_file = lfile, |
56 this->last_line = last_line; |
56 this->last_line = last_line; |
57 this->last_column = last_column; |
57 this->last_column = last_column; |
58 this->last_order = last_order; |
58 this->last_order = last_order; |
59 this->datatype = NULL; |
59 this->datatype = NULL; |
|
60 this->scope = NULL; |
60 this->const_value._real64.status = cs_undefined; |
61 this->const_value._real64.status = cs_undefined; |
61 this->const_value._int64.status = cs_undefined; |
62 this->const_value._int64.status = cs_undefined; |
62 this->const_value._uint64.status = cs_undefined; |
63 this->const_value._uint64.status = cs_undefined; |
63 this->const_value._bool.status = cs_undefined; |
64 this->const_value._bool.status = cs_undefined; |
64 } |
65 } |