forked from OSchip/llvm-project
199e7c125e
This was causing problems on clang 602 branches that use MemoryObjects to as the container for opcode bytes instead of a plain array of bytes. So we were asking for 3 bytes to be disassembled at address 0xffffffffffffffff which would cause an unsigned overflow and cause the MemoryObject to refuse to read anymore bytes. llvm-svn: 227153 |
||
---|---|---|
.. | ||
TestDisassembleRawData.py | ||
TestDisassemble_VST1_64.py |