diff options
| author | 2025-10-20 09:15:42 +0200 | |
|---|---|---|
| committer | 2025-10-20 09:15:42 +0200 | |
| commit | a587564cef96ff5cce1c31a6445858f0f6553b1d (patch) | |
| tree | 5f3c19c8f3b29b3aa63858beced4c7d9fb4b9cda | |
| parent | 4af53391532f91704e316cca92a9bf1c9da93307 (diff) | |
amd64/emit errata
| -rw-r--r-- | amd64/emit.c | 2 |
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 */ |