Fix naming.
This commit is contained in:
@@ -116,7 +116,7 @@ Architecture::CreateStackTrace(Team* team,
|
||||
// attempt to continue building it from where it left off.
|
||||
if (stackTrace->CountFrames() > 0) {
|
||||
nextFrame = stackTrace->FrameAt(stackTrace->CountFrames() - 1);
|
||||
cpuState = nextFrame->GetPreviousCpuState();
|
||||
cpuState = nextFrame->PreviousCpuState();
|
||||
}
|
||||
|
||||
while (cpuState != NULL) {
|
||||
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
target_addr_t InstructionPointer() const
|
||||
{ return fInstructionPointer; }
|
||||
|
||||
CpuState* GetPreviousCpuState() const
|
||||
CpuState* PreviousCpuState() const
|
||||
{ return fPreviousCpuState; }
|
||||
void SetPreviousCpuState(CpuState* state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user