Fix typo (missing comma).

MFC after:	3 days
This commit is contained in:
neel 2015-01-14 07:18:51 +00:00
parent 6354209c5f
commit 4091be74c6

View File

@ -74,7 +74,7 @@ inout_instruction(struct vm_exit *vmexit)
static const char *iodesc[] = {
"outb", "outw", "outl",
"inb", "inw", "inl",
"outsb", "outsw", "outsd"
"outsb", "outsw", "outsd",
"insb", "insw", "insd",
};