VirtualBox

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


Ignore:
Timestamp:
Oct 24, 2024 1:44:22 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165512
Message:

Disassembler: pcbInstr is optional, bugref:10394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmCore-armv8.cpp

    r106652 r106662  
    11741174    if (pDis->uCpuMode == DISCPUMODE_ARMV8_A64)
    11751175    {
    1176         *pcbInstr = sizeof(uint32_t);
     1176        if (pcbInstr)
     1177            *pcbInstr = sizeof(uint32_t);
    11771178
    11781179        /* Instructions are always little endian and 4 bytes. */
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