static void restoreState (const State *state) { restoreFpuState(&state->fpu); setDiskTransferAddress(&state->dta); setProgramSegmentPrefix(state->psp); }
static void restoreState(const struct State *state) { restoreFpuState(&state->fpu); setDta(&state->dta); setPsp(state->psp); }