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