VirtualBox

Changeset 36946 in vbox


Ignore:
Timestamp:
May 3, 2011 7:25:28 PM (14 years ago)
Author:
vboxsync
Message:

fix win-dbg

File:
1 edited

Legend:

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

    r36940 r36946  
    499499    CHECK_EXPR(PGM_PAGE_HAS_ACTIVE_ALL_HANDLERS(&Page) == false);
    500500
     501#undef AssertFatal
     502#define AssertFatal(expr) do { } while (0)
     503
    501504    PGM_PAGE_CLEAR(&Page);
    502505    CHECK_EXPR(PGM_PAGE_GET_HCPHYS(&Page) == 0);
     
    506509    CHECK_EXPR(PGM_PAGE_GET_HCPHYS(&Page) == UINT64_C(0x0000000000001000));
    507510
    508 #undef AssertFatal
    509 #define AssertFatal(expr) do { } while (0)
    510511    PGM_PAGE_INIT(&Page, UINT64_C(0x0000feedfacef000), UINT32_C(0x12345678), PGMPAGETYPE_RAM, PGM_PAGE_STATE_ALLOCATED);
    511512    CHECK_EXPR(PGM_PAGE_GET_HCPHYS(&Page) == UINT64_C(0x0000feedfacef000));
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