summaryrefslogtreecommitdiff
path: root/test/br3058845.asm
diff options
context:
space:
mode:
authorVictor van den Elzen <victor.vde@gmail.com>2010-12-29 17:13:38 +0000
committerVictor van den Elzen <victor.vde@gmail.com>2010-12-29 18:13:38 +0100
commit6dfbddb6b071625066079fdf77fa7b8482aa6da3 (patch)
tree95dd7ab0d194b4c37cda8692e18bed4292507a99 /test/br3058845.asm
parent47c95ceed447fff457f898bcea4facfbf9a2f710 (diff)
downloadnasm-6dfbddb6b071625066079fdf77fa7b8482aa6da3.tar.gz
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>
Diffstat (limited to 'test/br3058845.asm')
-rw-r--r--test/br3058845.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/br3058845.asm b/test/br3058845.asm
index b0de5607..c42f5d50 100644
--- a/test/br3058845.asm
+++ b/test/br3058845.asm
@@ -11,4 +11,4 @@ cmp eax, 0xFFFF_FFFF
BITS 64
cmp ax, 0xFFFF
-cmp eax, 0xFFFF_FFFF ; shouldn't warn, but does currently
+cmp eax, 0xFFFF_FFFF