Changeset 100592 in vbox for trunk/src/VBox
- Timestamp:
- Jul 15, 2023 9:25:00 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r100591 r100592 5376 5376 * 5377 5377 * @param pVCpu The cross context virtual CPU structure of the calling thread. 5378 * @param uFpuOpcode The FPU opcode value. 5378 5379 */ 5379 5380 void iemFpuStackPushOverflow(PVMCPUCC pVCpu, uint16_t uFpuOpcode) RT_NOEXCEPT … … 5391 5392 * @param iEffSeg The effective memory operand selector register. 5392 5393 * @param GCPtrEff The effective memory operand offset. 5394 * @param uFpuOpcode The FPU opcode value. 5393 5395 */ 5394 5396 void iemFpuStackPushOverflowWithMemOp(PVMCPUCC pVCpu, uint8_t iEffSeg, RTGCPTR GCPtrEff, uint16_t uFpuOpcode) RT_NOEXCEPT
Note:
See TracChangeset
for help on using the changeset viewer.