Changeset 97455 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 8, 2022 2:40:57 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r97452 r97455 4393 4393 * @returns Strict VBox status code. 4394 4394 * @param pVCpu The cross context virtual CPU structure of the calling thread. 4395 * @param cbInstr Instruction size. 4395 4396 * @param offNextInstr The offset of the next instruction. 4397 * @param enmEffOpSize Effective operand size. 4396 4398 */ 4397 4399 VBOXSTRICTRC iemRegRipRelativeJumpS32AndFinishClearingRF(PVMCPUCC pVCpu, uint8_t cbInstr, int32_t offNextInstr,
Note:
See TracChangeset
for help on using the changeset viewer.