aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64/emit.c
diff options
context:
space:
mode:
Diffstat (limited to 'amd64/emit.c')
-rw-r--r--amd64/emit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/emit.c b/amd64/emit.c
index 1db5093..f44eb3a 100644
--- a/amd64/emit.c
+++ b/amd64/emit.c
@@ -612,7 +612,7 @@ DEFINSTR1(Xneg,
{4|8, PGPR, 0, "\xF7", EN_R, .ext=3} /* NEG r32/64 */
)
DEFINSTR1(Xnot,
- {4|8, PGPR, 0, "\xF7", EN_R, .ext=2} /* NEG r32/64 */
+ {4|8, PGPR, 0, "\xF7", EN_R, .ext=2} /* NOT r32/64 */
)
DEFINSTR1(Xidiv,
{4|8, PGPR, 0, "\xF7", EN_R, .ext=7}, /* IDIV r32/64 */