Changeset 1152 in vbox
- Timestamp:
- Mar 2, 2007 1:25:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.asm
r1151 r1152 1409 1409 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: 1416 1416 mov eax, PATM_CPUID_DEF_PTR 1417 jmp nearcpuid_fetch1417 jmp cpuid_fetch 1418 1418 1419 1419 cpuid_std:
Note:
See TracChangeset
for help on using the changeset viewer.