Skip to content
Unverified Commit 1e7883a6 authored by mmc28a's avatar mmc28a Committed by GitHub
Browse files

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
parent 4415fe48
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment