Changeset 108898 in vbox for trunk/src/VBox/VMM/VMMAll/target-x86/IEMInlineExec-x86.h
- Timestamp:
- Apr 8, 2025 6:09:19 PM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/target-x86/IEMInlineExec-x86.h
r108409 r108898 37 37 38 38 #ifdef IEM_OPCODE_GET_FIRST_U8 39 DECL_FORCE_INLINE (VBOXSTRICTRC) iemExecDecodeAndInterpretTargetInstruction(PVMCPUCC pVCpu)39 DECL_FORCE_INLINE_THROW(VBOXSTRICTRC) iemExecDecodeAndInterpretTargetInstruction(PVMCPUCC pVCpu) 40 40 { 41 41 uint8_t b; IEM_OPCODE_GET_FIRST_U8(&b);
Note:
See TracChangeset
for help on using the changeset viewer.