Changeset 106432 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 17, 2024 11:30:41 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 165251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h
r106431 r106432 1577 1577 uintptr_t pfnFunction, uint8_t idxInstr) 1578 1578 { 1579 AssertCompile(a_cBitsVar == 16 || a_cBitsVar == 32 || a_cBitsVar == 64); 1580 AssertCompile(a_cBitsFlat == 0 || a_cBitsFlat == 32 || a_cBitsFlat == 64); 1581 1579 1582 /* 1580 1583 * Assert sanity.
Note:
See TracChangeset
for help on using the changeset viewer.