VirtualBox

Changeset 33540 in vbox for trunk/include/VBox/dis.h


Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dis.h

    r28800 r33540  
    109109#define OPTYPE_INTERRUPT                RT_BIT(11)
    110110#define OPTYPE_ILLEGAL                  RT_BIT(12)
    111 #define OPTYPE_RRM_DANGEROUS            RT_BIT(14)  /**< Some additional dangerouse ones when recompiling raw r0. */
    112 #define OPTYPE_RRM_DANGEROUS_16         RT_BIT(15)  /**< Some additional dangerouse ones when recompiling 16-bit raw r0. */
     111#define OPTYPE_RRM_DANGEROUS            RT_BIT(14)  /**< Some additional dangerous ones when recompiling raw r0. */
     112#define OPTYPE_RRM_DANGEROUS_16         RT_BIT(15)  /**< Some additional dangerous ones when recompiling 16-bit raw r0. */
    113113#define OPTYPE_RRM_MASK                 (OPTYPE_RRM_DANGEROUS | OPTYPE_RRM_DANGEROUS_16)
    114114#define OPTYPE_INHIBIT_IRQS             RT_BIT(16)  /**< Will or can inhibit irqs (sti, pop ss, mov ss) */
     
    546546 * @param   pCpu            Pointer to cpu structure which have DISCPUSTATE::mode
    547547 *                          set correctly.
    548  * @param   pvCodeBlock     Pointer to the strunction to disassemble.
     548 * @param   pvCodeBlock     Pointer to the structure to disassemble.
    549549 * @param   cbMax           Maximum number of bytes to disassemble.
    550550 * @param   pcbSize         Where to store the size of the instruction.
     
    554554 * @todo    Define output callback.
    555555 * @todo    Using signed integers as sizes is a bit odd. There are still
    556  *          some GCC warnings about mixing signed and unsigend integers.
     556 *          some GCC warnings about mixing signed and unsigned integers.
    557557 * @todo    Need to extend this interface to include a code address so we
    558  *          can dissassemble GC code. Perhaps a new function is better...
    559  * @remark  cbMax isn't respected as a boundry. DISInstr() will read beyond cbMax.
     558 *          can disassemble GC code. Perhaps a new function is better...
     559 * @remark  cbMax isn't respected as a boundary. DISInstr() will read beyond cbMax.
    560560 *          This means *pcbSize >= cbMax sometimes.
    561561 */
     
    584584 * @param   pCpu            Pointer to cpu structure which have DISCPUSTATE::mode
    585585 *                          set correctly.
    586  * @param   pu8Instruction  Pointer to the strunction to disassemble.
     586 * @param   pu8Instruction  Pointer to the structure to disassemble.
    587587 * @param   u32EipOffset    Offset to add to instruction address to get the real virtual address
    588588 * @param   pcbSize         Where to store the size of the instruction.
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