- Timestamp:
- Mar 2, 2007 1:29:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.asm
r1153 r1154 1407 1407 1408 1408 cmp eax, PATM_CPUID_STD_MAX 1409 jb shortcpuid_std1409 jb cpuid_std 1410 1410 cmp eax, 0x80000000 1411 jb shortcpuid_def1411 jb cpuid_def 1412 1412 cmp eax, PATM_CPUID_EXT_MAX 1413 jb shortcpuid_ext1413 jb cpuid_ext 1414 1414 1415 1415 cpuid_def:
Note:
See TracChangeset
for help on using the changeset viewer.