aboutsummaryrefslogtreecommitdiff
path: root/disas/libvixl/a64/disasm-a64.h
diff options
context:
space:
mode:
Diffstat (limited to 'disas/libvixl/a64/disasm-a64.h')
-rw-r--r--disas/libvixl/a64/disasm-a64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/libvixl/a64/disasm-a64.h b/disas/libvixl/a64/disasm-a64.h
index 3a56e15515..06ee43fdeb 100644
--- a/disas/libvixl/a64/disasm-a64.h
+++ b/disas/libvixl/a64/disasm-a64.h
@@ -85,7 +85,7 @@ class Disassembler: public DecoderVisitor {
bool IsMovzMovnImm(unsigned reg_size, uint64_t value);
void ResetOutput();
- void AppendToOutput(const char* string, ...);
+ void AppendToOutput(const char* string, ...) PRINTF_CHECK(2, 3);
char* buffer_;
uint32_t buffer_pos_;