Changeset 106662 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Oct 24, 2024 1:44:22 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165512
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmCore-armv8.cpp
r106652 r106662 1174 1174 if (pDis->uCpuMode == DISCPUMODE_ARMV8_A64) 1175 1175 { 1176 *pcbInstr = sizeof(uint32_t); 1176 if (pcbInstr) 1177 *pcbInstr = sizeof(uint32_t); 1177 1178 1178 1179 /* Instructions are always little endian and 4 bytes. */
Note:
See TracChangeset
for help on using the changeset viewer.