- Timestamp:
- Nov 4, 2009 1:30:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r24326 r24329 255 255 256 256 rc = CFGMR3InsertInteger(pLeaf, "eax", ulEax); RC_CHECK(); 257 rc = CFGMR3InsertInteger(pLeaf, "ebx", ulE ax); RC_CHECK();258 rc = CFGMR3InsertInteger(pLeaf, "ecx", ulE ax); RC_CHECK();259 rc = CFGMR3InsertInteger(pLeaf, "edx", ulE ax); RC_CHECK();257 rc = CFGMR3InsertInteger(pLeaf, "ebx", ulEbx); RC_CHECK(); 258 rc = CFGMR3InsertInteger(pLeaf, "ecx", ulEcx); RC_CHECK(); 259 rc = CFGMR3InsertInteger(pLeaf, "edx", ulEdx); RC_CHECK(); 260 260 } 261 261 } … … 271 271 272 272 rc = CFGMR3InsertInteger(pLeaf, "eax", ulEax); RC_CHECK(); 273 rc = CFGMR3InsertInteger(pLeaf, "ebx", ulE ax); RC_CHECK();274 rc = CFGMR3InsertInteger(pLeaf, "ecx", ulE ax); RC_CHECK();275 rc = CFGMR3InsertInteger(pLeaf, "edx", ulE ax); RC_CHECK();273 rc = CFGMR3InsertInteger(pLeaf, "ebx", ulEbx); RC_CHECK(); 274 rc = CFGMR3InsertInteger(pLeaf, "ecx", ulEcx); RC_CHECK(); 275 rc = CFGMR3InsertInteger(pLeaf, "edx", ulEdx); RC_CHECK(); 276 276 } 277 277 }
Note:
See TracChangeset
for help on using the changeset viewer.