| Index: src/common/dwarf/dwarf2diehandler.cc
|
| diff --git a/src/common/dwarf/dwarf2diehandler.cc b/src/common/dwarf/dwarf2diehandler.cc
|
| index 20c15fa9d10262d69a2b6daf65115a4c117f0427..5737005edebfb4e906b8e2ac088329c88562b632 100644
|
| --- a/src/common/dwarf/dwarf2diehandler.cc
|
| +++ b/src/common/dwarf/dwarf2diehandler.cc
|
| @@ -167,7 +167,7 @@ void DIEDispatcher::ProcessAttributeReference(uint64 offset,
|
| void DIEDispatcher::ProcessAttributeBuffer(uint64 offset,
|
| enum DwarfAttribute attr,
|
| enum DwarfForm form,
|
| - const char* data,
|
| + const uint8_t *data,
|
| uint64 len) {
|
| HandlerStack ¤t = die_handlers_.top();
|
| // This had better be an attribute of the DIE we were meant to handle.
|
|
|