diff options
Diffstat (limited to 'src/common/dwarf/dwarf2reader_test_common.h')
-rw-r--r-- | src/common/dwarf/dwarf2reader_test_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dwarf/dwarf2reader_test_common.h b/src/common/dwarf/dwarf2reader_test_common.h index e46931a4..e91de906 100644 --- a/src/common/dwarf/dwarf2reader_test_common.h +++ b/src/common/dwarf/dwarf2reader_test_common.h @@ -97,7 +97,7 @@ class TestCompilationUnit: public google_breakpad::test_assembler::Section { // The offset of the point in the compilation unit header immediately // after the initial length field. - u_int64_t post_length_offset_; + uint64_t post_length_offset_; // The length of the compilation unit, not including the initial length field. Label length_; |