Changeset 102558 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 8, 2023 10:59:19 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160704
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompiler.h
r102527 r102558 477 477 * @todo not sure what this really is for... */ 478 478 IEMNATIVEGSTREG enmGstReg; 479 uint8_t bAlign; 479 /** Set if the registered is currently used exclusively, false if the 480 * variable is idle and the register can be grabbed. */ 481 bool fRegAcquired; 480 482 481 483 union
Note:
See TracChangeset
for help on using the changeset viewer.