mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-25 16:54:43 +01:00
Use stdint types everywhere
R=mark at https://breakpad.appspot.com/535002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1121 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
c02002a581
commit
aeffe1056f
117 changed files with 1385 additions and 1379 deletions
|
|
@ -64,7 +64,7 @@ class StackwalkerAMD64 : public Stackwalker {
|
|||
|
||||
private:
|
||||
// A STACK CFI-driven frame walker for the AMD64
|
||||
typedef SimpleCFIWalker<u_int64_t, MDRawContextAMD64> CFIWalker;
|
||||
typedef SimpleCFIWalker<uint64_t, MDRawContextAMD64> CFIWalker;
|
||||
|
||||
// Implementation of Stackwalker, using amd64 context (stack pointer in %rsp,
|
||||
// stack base in %rbp) and stack conventions (saved stack pointer at 0(%rbp))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue