Remove debug printf.

Pointed out by:	emaste
This commit is contained in:
Peter Grehan 2012-11-29 15:08:13 +00:00
parent 3b2b001107
commit b1f95796f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bhyve/; revision=243675

View File

@ -305,7 +305,6 @@ emulate_and(void *vm, int vcpuid, uint64_t gpa, struct vie *vie,
error = vie_update_register(vm, vcpuid, reg, val1, size);
break;
case 0x81:
printf("0x81 AND\n");
/*
* AND reg (ModRM:reg) with immediate and store the
* result in reg