use a little more c++20/23 features
This commit is contained in:
@@ -118,7 +118,7 @@ int JIT::Step() {
|
||||
if((instrEndsBlock = InstrEndsBlock(instruction)))
|
||||
continue;
|
||||
|
||||
/*u32 bswapped = bswap(instruction);
|
||||
/*u32 bswapped = std::byteswap(instruction);
|
||||
auto count = cs_disasm(disassemblerMips, reinterpret_cast<const u8 *>(&bswapped), 4, blockPC, 0, &insn);
|
||||
|
||||
if (count > 0) {
|
||||
|
||||
Reference in New Issue
Block a user