diff options
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/ia64.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 1ba7727a4..476fdcf65 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2009-09-05 Martin Thuresson <martin@mtme.org> + + * ia64.h (struct ia64_operand): Renamed member class to op_class. + 2009-08-29 Martin Thuresson <martin@mtme.org> * tic30.h (template): Rename type template to diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h index 280862dfb..67b229cbe 100644 --- a/include/opcode/ia64.h +++ b/include/opcode/ia64.h @@ -327,7 +327,7 @@ enum ia64_operand_class struct ia64_operand { - enum ia64_operand_class class; + enum ia64_operand_class op_class; /* Set VALUE as the operand bits for the operand of type SELF in the instruction pointed to by CODE. If an error occurs, *CODE is not |