Changeset 106784 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 30, 2024 10:07:21 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp
r106745 r106784 780 780 /* Relative jumps are always from the beginning of the next instruction. */ 781 781 *pAddrJmpTarget = *pAddrInstr; 782 #ifdef VBOX_VMM_TARGET_ARMV8 783 /* On ARM relative jumps are always from the beginning of the curent instruction (b #0 will jump to itself for instance). */ 784 RT_NOREF(cbInstr); 785 #else 782 786 DBGFR3AddrAdd(pAddrJmpTarget, cbInstr); 787 #endif 783 788 784 789 if (fRelJmp)
Note:
See TracChangeset
for help on using the changeset viewer.