Searched defs:PGM_STATE_REC_END (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp93 #define PGM_STATE_REC_END UINT8_C(0xff) macro
1885 SSMR3PutU8(pSSM, PGM_STATE_REC_END); /* (Ignore the rc, SSM takes care of it.) */
2121 SSMR3PutU8(pSSM, PGM_STATE_REC_END); /* (Ignore the rc, SSM takes of it.) */
2669 if (u8 == PGM_STATE_REC_END)

Completed in 41 milliseconds