Changeset 104882 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 11, 2024 9:24:44 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInline.h
r104881 r104882 190 190 if ( !pRam 191 191 || RT_UNLIKELY( (off = GCPhys - (GCPhysFirst = pRam->GCPhys)) >= pRam->cb 192 && GCPhys >=GCPhysFirst) )192 || GCPhys < GCPhysFirst) ) 193 193 { 194 194 pRam = pVM->CTX_EXPR(pgm, pgmr0, pgm).s.apRamRangesTlb[PGM_RAMRANGE_TLB_IDX(GCPhys)];
Note:
See TracChangeset
for help on using the changeset viewer.