- Timestamp:
- Dec 2, 2024 10:36:49 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r107207 r107209 9282 9282 if ( pDis->aParams[1].armv8.enmType == kDisArmv8OpParmAddrInGpr 9283 9283 && !(pDis->aParams[1].fUse & (DISUSE_INDEX | DISUSE_PRE_INDEXED | DISUSE_POST_INDEXED)) 9284 /* @todo DISUSE_REG_GEN64 is not set: && (pDis->aParams[1].fUse & DISUSE_REG_GEN64) */9284 /** @todo DISUSE_REG_GEN64 is not set: && (pDis->aParams[1].fUse & DISUSE_REG_GEN64) */ 9285 9285 && pDis->aParams[1].armv8.Op.Reg.enmRegType == kDisOpParamArmV8RegType_Gpr_64Bit) 9286 9286 {
Note:
See TracChangeset
for help on using the changeset viewer.