mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-07 06:58:20 +01:00
Updating to ints from unsigned ints so -1 will be an acceptable value.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@777 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
248d340b71
commit
68b256aed3
3 changed files with 4 additions and 5 deletions
|
|
@ -154,7 +154,7 @@ class LinuxDumper {
|
|||
// Generate a File ID from the .text section of a mapped entry.
|
||||
// mapping_id may be -1 if this is not a member of mappings_.
|
||||
bool ElfFileIdentifierForMapping(const MappingInfo& mapping,
|
||||
unsigned int mapping_id,
|
||||
int mapping_id,
|
||||
uint8_t identifier[sizeof(MDGUID)]);
|
||||
|
||||
// Utility method to find the location of where the kernel has
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue