Remove extra white space.

This commit is contained in:
H.J. Lu 2007-10-10 22:00:24 +00:00
parent 750f03b79e
commit 630c2cc56d
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ fetch_data (struct disassemble_info *info, bfd_byte *addr)
/* byte operand */
#define b_mode 1
/* operand size depends on prefixes */
#define v_mode (b_mode + 1)
#define v_mode (b_mode + 1)
/* word operand */
#define w_mode (v_mode + 1)
/* double word operand */