diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-09-24 17:51:10 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-09-24 17:51:10 +0000 |
| commit | 35ba28899818b8da2a9a2e0e3d8001727983bcc2 (patch) | |
| tree | fb52ce3ff28a9f860305fa3e1ec1f2cf5eb92aba /gnu/usr.bin/as/config | |
| parent | db53bc6c38bb06e95d63f600a07a04c3d441730a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/as/config')
| -rw-r--r-- | gnu/usr.bin/as/config/i386-opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/config/i386-opcode.h b/gnu/usr.bin/as/config/i386-opcode.h index 35c86c310cd2..cace0c356d39 100644 --- a/gnu/usr.bin/as/config/i386-opcode.h +++ b/gnu/usr.bin/as/config/i386-opcode.h @@ -57,7 +57,7 @@ template i386_optab[] = { {"push", 1, 0x50, _, ShortForm, WordReg,0,0 }, {"push", 1, 0xff, 0x6, Modrm, WordReg|WordMem, 0, 0 }, {"push", 1, 0x6a, _, NoModrm, Imm8S, 0, 0}, -{"push", 1, 0x68, _, NoModrm, Imm32, 0, 0}, +{"push", 1, 0x68, _, NoModrm, Imm16|Imm32, 0, 0}, {"push", 1, 0x06, _, Seg2ShortForm, SReg2,0,0 }, {"push", 1, 0x0fa0, _, Seg3ShortForm, SReg3,0,0 }, /* push all */ |
