Move implicit operand size override logic to calc_size
commit6dfbddb6b071625066079fdf77fa7b8482aa6da3
authorVictor van den Elzen <victor.vde@gmail.com>
Wed, 29 Dec 2010 17:13:38 +0000 (29 17:13 +0000)
committerVictor van den Elzen <victor.vde@gmail.com>
Wed, 29 Dec 2010 17:13:38 +0000 (29 18:13 +0100)
tree95dd7ab0d194b4c37cda8692e18bed4292507a99
parent47c95ceed447fff457f898bcea4facfbf9a2f710
Move implicit operand size override logic to calc_size

It is more logical, it cleans up the code and it makes implicit
operand size override prefixes come out in the same order as explicit
ones instead of after all other prefixes.

Suggested-by: H. Peter Anvin <hpa@zytor.com>
assemble.c
test/br3058845.asm
test/prefix66.asm [new file with mode: 0644]