capstone/arch/XCore
Ole André Vadla Ravnås 28d0b20ffe
Fix crash on x86 when building with MSVC (#2253)
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.
2024-01-20 23:46:58 +08:00
..
XCoreDisassembler.c Fix missing-prototypes warnings (#1348) 2019-01-22 08:43:02 +08:00
XCoreDisassembler.h port Windows driver support 2016-05-11 21:48:32 -07:00
XCoreGenAsmWriter.inc Fix crash on x86 when building with MSVC (#2253) 2024-01-20 23:46:58 +08:00
XCoreGenDisassemblerTables.inc merge next to master 2018-07-20 12:36:50 +08:00
XCoreGenInstrInfo.inc 2015 2015-03-04 17:45:23 +08:00
XCoreGenRegisterInfo.inc Constify backends (#1549) 2019-12-23 20:30:57 +08:00
XCoreInstPrinter.c Fix MSVC warning overrides when using non-MSVC toolchains (#2250) 2024-01-20 21:45:21 +08:00
XCoreInstPrinter.h 2015 2015-03-04 17:45:23 +08:00
XCoreMapping.c Architecture updater (auto-sync) - Updating PPC (#2013) 2023-09-05 12:24:59 +08:00
XCoreMapping.h 2015 2015-03-04 17:45:23 +08:00
XCoreMappingInsn.inc Fix indent issue 2015-03-11 00:40:14 +01:00
XCoreModule.c Declare global arch arrays with contents (next branch) (#1186) 2018-06-24 21:05:04 +08:00
XCoreModule.h Declare global arch arrays with contents (next branch) (#1186) 2018-06-24 21:05:04 +08:00