diff options
| author | Andrew Chambers <[email protected]> | 2021-10-19 13:58:19 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-19 13:58:19 +1300 |
| commit | 960773e6ad79ccc9fc8dfb1aee835239731a3b2a (patch) | |
| tree | 59a7f36e0946dad387a51f4eedf8cb9ceb6b16c3 | |
| parent | 7ffe90fb85a39c7a389080c6232b3cf4ae04bb42 (diff) | |
Comment.
| -rw-r--r-- | minias.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
