Changeset 102700 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 25, 2023 10:29:42 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
r102699 r102700 3044 3044 #elif defined(RT_ARCH_ARM64) 3045 3045 uint32_t *pu32CodeBuf = iemNativeInstrBufEnsure(pReNative, off, 1); 3046 pu32CodeBuf[off++] = Armv8A64MkInstrB( enmCond,(int32_t)(offTarget - off));3046 pu32CodeBuf[off++] = Armv8A64MkInstrB((int32_t)(offTarget - off)); 3047 3047 3048 3048 #else
Note:
See TracChangeset
for help on using the changeset viewer.