summaryrefslogtreecommitdiff
path: root/test/br3058845.asm
Commit message (Collapse)AuthorAgeFilesLines
* BR3058845: mostly fix bogus warning with implicit operand size overrideVictor van den Elzen2010-11-211-0/+14
The implicit operand size override code didn't set the operand size prefix, which confused the size calculation code for the range check. The BITS 64 operand size calculation is still off, but "fixing" it by making it 32-bit unless REX.W is set breaks PUSH and maybe others.