VirtualBox

Changeset 41730 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Jun 14, 2012 11:28:16 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78538
Message:

DIS: Some nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp

    r41727 r41730  
    9191 * @param   pcchReg     Where to store the length of the name.
    9292 */
    93 static const char *disasmFormatYasmBaseReg(PCDISCPUSTATE pCpu, PCOP_PARAMETER pParam, size_t *pcchReg)
     93static const char *disasmFormatYasmBaseReg(PCDISCPUSTATE pCpu, PCDISOPPARAM pParam, size_t *pcchReg)
    9494{
    9595    switch (pParam->fUse & (  DISUSE_REG_GEN8 | DISUSE_REG_GEN16 | DISUSE_REG_GEN32 | DISUSE_REG_GEN64
     
    202202 * @param   pcchReg     Where to store the length of the name.
    203203 */
    204 static const char *disasmFormatYasmIndexReg(PCDISCPUSTATE pCpu, PCOP_PARAMETER pParam, size_t *pcchReg)
     204static const char *disasmFormatYasmIndexReg(PCDISCPUSTATE pCpu, PCDISOPPARAM pParam, size_t *pcchReg)
    205205{
    206206    switch (pCpu->addrmode)
     
    554554         * Formatting context and associated macros.
    555555         */
    556         PCOP_PARAMETER pParam = &pCpu->param1;
     556        PCDISOPPARAM pParam = &pCpu->param1;
    557557        int iParam = 1;
    558558
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette