SPARC: Make 64 bit SPARC process initialization check checkpointRestored too.
--HG-- extra : convert_revision : 8d48f705983f31db5947c6c4ae9f0df57f413d68
This commit is contained in:
@@ -161,6 +161,9 @@ Sparc32LiveProcess::startup()
|
||||
void
|
||||
Sparc64LiveProcess::startup()
|
||||
{
|
||||
if (checkpointRestored)
|
||||
return;
|
||||
|
||||
argsInit(sizeof(IntReg), VMPageSize);
|
||||
|
||||
//From the SPARC ABI
|
||||
|
||||
Reference in New Issue
Block a user