SPARC: Make 64 bit SPARC process initialization check checkpointRestored too.

--HG--
extra : convert_revision : 8d48f705983f31db5947c6c4ae9f0df57f413d68
This commit is contained in:
Gabe Black
2007-11-07 15:03:49 -08:00
parent 19292d3f06
commit 17e83e7f83

View File

@@ -161,6 +161,9 @@ Sparc32LiveProcess::startup()
void
Sparc64LiveProcess::startup()
{
if (checkpointRestored)
return;
argsInit(sizeof(IntReg), VMPageSize);
//From the SPARC ABI