Added a few comments

This commit is contained in:
Pierre Pronchery 2011-04-20 00:26:37 +00:00
parent c1ea0b8cd9
commit ace28bd16b

View File

@ -242,11 +242,11 @@
fwait
insb
insd
int $0x3
int3
int $0x4
int $0x42
into
int $0x3 /* cd 03 */
int3 /* cc */
int $0x4 /* cd 04 */
int $0x42 /* cd 42 */
into /* ce */
invd
iret
iretd