- Timestamp:
- Feb 10, 2007 12:27:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SELM.cpp
r347 r821 202 202 bool f; 203 203 int rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "DoubleFault", &f); 204 #if !defined(DEBUG_bird) 204 #if !defined(DEBUG_bird) && !defined(__AMD64__) /** @todo Remember to remove __AMD64__ here! */ 205 205 if (VBOX_SUCCESS(rc) && f) 206 206 #endif
Note:
See TracChangeset
for help on using the changeset viewer.