search for: prefixloc

Displaying 1 result from an estimated 1 matches for "prefixloc".

Did you mean: prefixlen
2010 Dec 22
1
[LLVMdev] X86 disassembler 0x66 prefix
...pushl %ebx <stdin>:1:6: warning: invalid instruction encoding 0x53 0x66 0x0f 0x6f 0x8f 0x00 0x00 0x00 0x00 ^ I attach a patch, but I'm not really familiar with this code, so if someone can review/correct, it would be great. The problem is between readPrefixes and getId : prefixLocation depends on buffer position, but necessaryPrefixLocation is never updated to match buffer position. Cheers, Olivier. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101222/4e629a89/attachment.html> --...