VirtualBox

Ignore:
Timestamp:
Apr 3, 2008 9:03:01 AM (17 years ago)
Author:
vboxsync
Message:

Renamed PDPTR to PDPT.
Added preliminary code for executing code with X86_CR0_WP cleared (disabled).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp

    r7635 r7715  
    118118    CHECK_SIZE(X86PDPAE, PAGE_SIZE);
    119119    CHECK_SIZE(X86PDPE, 8);
    120     CHECK_SIZE(X86PDPTR, PAGE_SIZE);
     120    CHECK_SIZE(X86PDPT, PAGE_SIZE);
    121121    CHECK_SIZE(X86PML4E, 8);
    122122    CHECK_SIZE(X86PML4, PAGE_SIZE);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette