Changeset 103854 in vbox
- Timestamp:
- Mar 14, 2024 1:58:58 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162225
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompiler.h
r103839 r103854 657 657 /** Check if all status flags are going to be clobbered and doesn't need 658 658 * calculating in the current step. 659 * @param a_p Entry The current liveness entry. */659 * @param a_pCurEntry The current liveness entry. */ 660 660 # define IEMLIVENESS_STATE_ARE_STATUS_EFL_TO_BE_CLOBBERED(a_pCurEntry) \ 661 661 ( (((a_pCurEntry)->Bit0.bm64 | (a_pCurEntry)->Bit1.bm64) & IEMLIVENESSBIT_STATUS_EFL_MASK) == 0 )
Note:
See TracChangeset
for help on using the changeset viewer.