mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
Remove two unused fields in the operand structure (o_read & o_write).
This commit is contained in:
parent
1d0d7f3ee4
commit
3fc58f92dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121448
@ -185,8 +185,6 @@ enum asm_oper_type {
|
||||
/* Operand */
|
||||
struct asm_oper {
|
||||
enum asm_oper_type o_type;
|
||||
int o_read:1;
|
||||
int o_write:1;
|
||||
uint64_t o_value;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user