diff --git a/js/src/zydis/ZydisAPI.cpp b/js/src/zydis/ZydisAPI.cpp index de8e8229fbcb..028141f40ab6 100644 --- a/js/src/zydis/ZydisAPI.cpp +++ b/js/src/zydis/ZydisAPI.cpp @@ -49,8 +49,8 @@ void zydisDisassemble(const uint8_t* code, size_t codeLen, while (ZYAN_SUCCESS(ZydisDecoderDecodeBuffer(&decoder, code + offset, length - offset, &instruction))) { -# define LIMIT 36 -# define LIMSTR "36" +# define LIMIT 48 +# define LIMSTR "48" // We format the tag and the address and the bytes in a field of LIMIT // characters and start the menmonic at position LIMIT. If the