mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-01 03:06:31 +00:00
Fix minor style problems (#58). r=bryner
http://groups.google.com/group/airbag-dev/browse_thread/thread/bbcecab979fa82bc git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@49 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -161,7 +161,7 @@ static u_int32_t GetEIP() {
|
||||
|
||||
// GetSP returns the current value of the %r1 register, which by convention,
|
||||
// is the stack pointer on ppc. Because it's implemented as a function,
|
||||
// %r1 itself contains GetSP's own stack pointer and not the caller's stack
|
||||
// %r1 itself contains GetSP's own stack pointer and not the caller's stack
|
||||
// pointer. Dereference %r1 to obtain the caller's stack pointer, which the
|
||||
// compiler-generated prolog stored on the stack. Because this function
|
||||
// depends on the compiler-generated prolog, inlining is disabled.
|
||||
@@ -222,7 +222,7 @@ static unsigned int CountCallerFrames() {
|
||||
|
||||
#ifdef PRINT_STACKS
|
||||
printf("\n");
|
||||
for(unsigned int frame_index = 0;
|
||||
for (unsigned int frame_index = 0;
|
||||
frame_index < stack->frames()->size();
|
||||
++frame_index) {
|
||||
StackFrame *frame = stack->frames()->at(frame_index);
|
||||
|
||||
Reference in New Issue
Block a user