insns.dat: in 64-bit mode, accept "monitor rax,ecx,edx".
commitc8d10038e2452ee8730f35588cacd40d562dd336
authorH. Peter Anvin <hpa@zytor.com>
Thu, 7 Jan 2010 00:07:26 +0000 (6 16:07 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 7 Jan 2010 00:07:26 +0000 (6 16:07 -0800)
tree4ff96a96e041660a476506610a389320b57e2620
parent48a434e1a952bbdf119cd3565aed8a414175e6a1
insns.dat: in 64-bit mode, accept "monitor rax,ecx,edx".

The first argument to MONITOR is an address, so it should be 64 bits
(RAX) in 64-bit mode.

The preferred form is still just plain "monitor".

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.dat