From 960773e6ad79ccc9fc8dfb1aee835239731a3b2a Mon Sep 17 00:00:00 2001 From: Andrew Chambers Date: Tue, 19 Oct 2021 13:58:19 +1300 Subject: Comment. --- minias.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minias.h b/minias.h index b1f0d86..c731ec7 100644 --- a/minias.h +++ b/minias.h @@ -286,7 +286,7 @@ typedef struct Instr { AsmKind kind; Encoder encoder; Rex rex; - uint8_t pad[3]; /* Avoid undefined padding. */ + uint8_t pad[3]; /* Avoid undefined padding - see internparsev. */ uint32_t fixedreg; int32_t opcode; int32_t prefix; -- cgit v1.2.3