Changeset 105737 in vbox
- Timestamp:
- Aug 19, 2024 5:48:58 PM (6 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/dis-armv8.h (modified) (2 diffs)
-
src/VBox/Disassembler/DisasmTables-armv8-a64.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis-armv8.h
r105731 r105737 42 42 #include <VBox/types.h> 43 43 #include <VBox/disopcode-armv8.h> 44 #include <iprt/armv8.h> 44 45 #include <iprt/assert.h> 45 46 … … 88 89 typedef struct 89 90 { 91 /** Condition flag for the instruction - kArmv8InstrCond_Al if not conditional instruction. */ 92 ARMV8INSTRCOND enmCond; 90 93 /** Internal: Pointer to the instruction class table. */ 91 94 PCDISARMV8INSNCLASS pInsnClass; -
trunk/src/VBox/Disassembler/DisasmTables-armv8-a64.cpp
r105736 r105737 175 175 kDisArmV8OpcDecodeNop, RT_BIT_32(4), 4) 176 176 DIS_ARMV8_INSN_PARAM_CREATE(kDisParmParseCond, 0, 4, DIS_ARMV8_INSN_PARAM_UNSET), 177 DIS_ARMV8_INSN_PARAM_CREATE(kDisParmParseImmRel, 5, 19, 1/*idxParam*/),177 DIS_ARMV8_INSN_PARAM_CREATE(kDisParmParseImmRel, 5, 19, 0 /*idxParam*/), 178 178 DIS_ARMV8_INSN_PARAM_NONE, 179 179 DIS_ARMV8_INSN_PARAM_NONE
Note:
See TracChangeset
for help on using the changeset viewer.

