Fix regression introduced in hrev43513.
- A mistake in variable renaming resulted Architecture::UpdateStackFrameCpuState() no longer being called.
This commit is contained in:
@@ -185,7 +185,7 @@ Architecture::CreateStackTrace(Team* team,
|
|||||||
return B_NO_MEMORY;
|
return B_NO_MEMORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
frame = nextFrame;
|
nextFrame = frame;
|
||||||
cpuState = previousCpuState;
|
cpuState = previousCpuState;
|
||||||
if (--maxStackDepth == 0)
|
if (--maxStackDepth == 0)
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user