Use "%" PRIx64 instead of "%llx" (#241). r=bryner
327dc53260
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@241 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
2c2ae28541
commit
c27cf3e395
5 changed files with 94 additions and 83 deletions
|
@ -345,7 +345,7 @@ static unsigned int CountCallerFrames() {
|
|||
frame_index < stack.frames()->size();
|
||||
++frame_index) {
|
||||
StackFrame *frame = stack.frames()->at(frame_index);
|
||||
printf("frame %-3d instruction = 0x%08llx",
|
||||
printf("frame %-3d instruction = 0x%08" PRIx64,
|
||||
frame_index, frame->instruction);
|
||||
#if defined(__i386__)
|
||||
StackFrameX86 *frame_x86 = reinterpret_cast<StackFrameX86*>(frame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue