vmx: remove debugging print

This commit is contained in:
aiju 2017-06-14 18:18:44 +00:00
parent 4dad8ffb6e
commit b7a778917d

View file

@ -110,7 +110,6 @@ vgaio(int isin, u16int port, u32int val, int sz, void *)
{
u32int m;
iowhine(isin, port, val, sz, "vga");
if(sz != 1) vmdebug("vga: non-byte access to port %#ux, sz=%d", port, sz);
val = (u8int) val;
switch(isin << 16 | port){