vmx: remove debugging print
This commit is contained in:
parent
4dad8ffb6e
commit
b7a778917d
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ vgaio(int isin, u16int port, u32int val, int sz, void *)
|
||||||
{
|
{
|
||||||
u32int m;
|
u32int m;
|
||||||
|
|
||||||
iowhine(isin, port, val, sz, "vga");
|
|
||||||
if(sz != 1) vmdebug("vga: non-byte access to port %#ux, sz=%d", port, sz);
|
if(sz != 1) vmdebug("vga: non-byte access to port %#ux, sz=%d", port, sz);
|
||||||
val = (u8int) val;
|
val = (u8int) val;
|
||||||
switch(isin << 16 | port){
|
switch(isin << 16 | port){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue