aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64/emit.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-10-20 09:15:42 +0200
committerlemon <lsof@mailbox.org>2025-10-20 09:15:42 +0200
commita587564cef96ff5cce1c31a6445858f0f6553b1d (patch)
tree5f3c19c8f3b29b3aa63858beced4c7d9fb4b9cda /amd64/emit.c
parent4af53391532f91704e316cca92a9bf1c9da93307 (diff)
amd64/emit errata
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 */