VirtualBox

Changeset 24329 in vbox for trunk/src


Ignore:
Timestamp:
Nov 4, 2009 1:30:00 PM (15 years ago)
Author:
vboxsync
Message:

Bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r24326 r24329  
    255255
    256256            rc = CFGMR3InsertInteger(pLeaf, "eax", ulEax);                      RC_CHECK();
    257             rc = CFGMR3InsertInteger(pLeaf, "ebx", ulEax);                      RC_CHECK();
    258             rc = CFGMR3InsertInteger(pLeaf, "ecx", ulEax);                      RC_CHECK();
    259             rc = CFGMR3InsertInteger(pLeaf, "edx", ulEax);                      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();
    260260        }
    261261    }
     
    271271
    272272            rc = CFGMR3InsertInteger(pLeaf, "eax", ulEax);                      RC_CHECK();
    273             rc = CFGMR3InsertInteger(pLeaf, "ebx", ulEax);                      RC_CHECK();
    274             rc = CFGMR3InsertInteger(pLeaf, "ecx", ulEax);                      RC_CHECK();
    275             rc = CFGMR3InsertInteger(pLeaf, "edx", ulEax);                      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();
    276276        }
    277277    }
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