mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
28d0b20ffe
There is a compiler bug in latest MSVC, which at the time of writing is 19.36.32535: given `switch (x)`, where `x` is 64 bits wide, the compiler generates code that computes an incorrect jump table index. E.g. if `x` is zero, it ends up reading the table entry at index -1. |
||
---|---|---|
.. | ||
XCoreDisassembler.c | ||
XCoreDisassembler.h | ||
XCoreGenAsmWriter.inc | ||
XCoreGenDisassemblerTables.inc | ||
XCoreGenInstrInfo.inc | ||
XCoreGenRegisterInfo.inc | ||
XCoreInstPrinter.c | ||
XCoreInstPrinter.h | ||
XCoreMapping.c | ||
XCoreMapping.h | ||
XCoreMappingInsn.inc | ||
XCoreModule.c | ||
XCoreModule.h |