- Timestamp:
- Feb 7, 2020 1:35:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2.c
r82968 r83021 77 77 */ 78 78 NOREF(g_aModeTest); NOREF(g_aModeByOneTests); /* for when commenting out bits */ 79 #if 079 #if 1 80 80 Bs3TestDoModes_rm(g_aModeTest, RT_ELEMENTS(g_aModeTest)); 81 81 Bs3TestDoModesByOne_rm(g_aModeByOneTests, RT_ELEMENTS(g_aModeByOneTests), 0); … … 88 88 89 89 Bs3TestTerm(); 90 //for (;;) { ASMHalt(); }90 for (;;) { ASMHalt(); } 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.