Changeset 106992 in vbox
- Timestamp:
- Nov 13, 2024 4:19:17 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp
r106988 r106992 2359 2359 /** @todo What to do if immediate is != 0? */ 2360 2360 2361 if ( rcStrict == VINF_SUCCESS 2362 && fAdvancePc) 2361 if (rcStrict == VINF_SUCCESS) 2363 2362 pVCpu->cpum.GstCtx.Pc.u64 += sizeof(uint32_t); 2364 2363
Note:
See TracChangeset
for help on using the changeset viewer.