aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-19 13:58:19 +1300
committerAndrew Chambers <[email protected]>2021-10-19 13:58:19 +1300
commit960773e6ad79ccc9fc8dfb1aee835239731a3b2a (patch)
tree59a7f36e0946dad387a51f4eedf8cb9ceb6b16c3
parent7ffe90fb85a39c7a389080c6232b3cf4ae04bb42 (diff)
Comment.
-rw-r--r--minias.h2
1 files changed, 1 insertions, 1 deletions
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;