Changeset 50019 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 3, 2014 1:09:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r49893 r50019 5 5 6 6 /* 7 * Copyright (C) 2013 Oracle Corporation7 * Copyright (C) 2013-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 28 28 #include <iprt/ctype.h> 29 29 #include <iprt/mem.h> 30 #include <iprt/stream.h>31 30 #include <iprt/string.h> 32 31 … … 1062 1061 } 1063 1062 1064 RTStrmPrintf(g_pStdErr, "cNeither=%d cSame=%d cLastWithEcx=%d cTotal=%d\n", cNeither, cSame, cLastWithEcx, cTotal);1063 Log(("CPUM: cNeither=%d cSame=%d cLastWithEcx=%d cTotal=%d\n", cNeither, cSame, cLastWithEcx, cTotal)); 1065 1064 if (cSame == cTotal) 1066 1065 *penmUnknownMethod = CPUMUKNOWNCPUID_LAST_STD_LEAF;
Note:
See TracChangeset
for help on using the changeset viewer.