VirtualBox

Changeset 99320 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 6, 2023 7:32:20 PM (22 months ago)
Author:
vboxsync
Message:

Disassember: Continue work on the ARMv8 disassember, defining the instruction table layout and intermediate structures for decoding, bugref:10394 [scm fix]

Location:
trunk/src/VBox/Disassembler
Files:
2 edited

Legend:

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

    r99319 r99320  
    3434#include <iprt/assert.h>
    3535#include <iprt/ctype.h>
    36 #include <iprt/err.h>
     36#include <iprt/errcore.h>
    3737#include <iprt/string.h>
    3838
  • trunk/src/VBox/Disassembler/DisasmInternal-armv8.h

    r99319 r99320  
    157157    }; \
    158158    static const DISARMV8INSNCLASS a_Name = { { kDisArmV8DecodeType_InsnClass, RT_ELEMENTS(a_Name ## Opcodes) }, &a_Name ## Opcodes[0],\
    159                                               a_fClass, a_enmOpcDecode, a_fMask, a_cShift, { 
     159                                              a_fClass, a_enmOpcDecode, a_fMask, a_cShift, {
    160160#define DIS_ARMV8_DECODE_INSN_CLASS_DEFINE_END } }
    161161
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