VirtualBox

Changeset 9843 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 20, 2008 9:43:11 AM (17 years ago)
Author:
vboxsync
Message:

Unassemble fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r9840 r9843  
    14311431                        pszPrefix, pCtx->msrKERNELGSBASE);
    14321432
     1433                    /*
     1434                    * Disassemble one instruction at cs:eip.
     1435                    */
     1436                    return pCmdHlp->pfnExec(pCmdHlp, "u %016x L 0", pCtx->rip);
    14331437            }
    14341438            else
     
    14611465                    pszPrefix, pCtx->SysEnter.cs, pCtx->SysEnter.eip, pCtx->SysEnter.esp,
    14621466                    pszPrefix, pCtx->fpu.FCW, pszPrefix, pCtx->fpu.FSW, pszPrefix, pCtx->fpu.FTW);
    1463         }
    1464 
    1465         /*
    1466          * Disassemble one instruction at cs:eip.
    1467          */
    1468         return pCmdHlp->pfnExec(pCmdHlp, "u %04x:%08x L 0", pCtx->cs, pCtx->eip);
     1467
     1468                    /*
     1469                    * Disassemble one instruction at cs:eip.
     1470                    */
     1471                    return pCmdHlp->pfnExec(pCmdHlp, "u %04x:%08x L 0", pCtx->cs, pCtx->eip);
     1472        }
    14691473    }
    14701474
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