mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 07:20:33 +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. |
||
---|---|---|
.. | ||
TriCore.td | ||
TriCoreCallingConv.td | ||
TriCoreDisassembler.c | ||
TriCoreDisassembler.h | ||
TriCoreGenAsmWriter.inc | ||
TriCoreGenCSFeatureName.inc | ||
TriCoreGenCSMappingInsn.inc | ||
TriCoreGenCSMappingInsnName.inc | ||
TriCoreGenCSMappingInsnOp.inc | ||
TriCoreGenCSOpGroup.inc | ||
TriCoreGenDisassemblerTables.inc | ||
TriCoreGenInstrInfo.inc | ||
TriCoreGenRegisterInfo.inc | ||
TriCoreGenSubtargetInfo.inc | ||
TriCoreInstPrinter.c | ||
TriCoreInstrFormats.td | ||
TriCoreInstrInfo.td | ||
TriCoreLinkage.h | ||
TriCoreMapping.c | ||
TriCoreMapping.h | ||
TriCoreModule.c | ||
TriCoreModule.h | ||
TriCoreRegisterInfo.td |