Remove printf positional argument requirements from disassembler (#125)
Positional arguments to printf (eg. %1$s) are not allowed on Windows, so remove uses of this in the disassembler, replacing them with an extension to the existing NEONFormatDecoder class. Patch prompted by https://github.com/Linaro/vixl/pull/122
Loading
Please register or sign in to comment