From aeffe1056f9ff6526d87a16ef55222899f5528f7 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Wed, 6 Mar 2013 14:04:42 +0000 Subject: 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 --- src/processor/cfi_frame_info.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/processor/cfi_frame_info.cc') diff --git a/src/processor/cfi_frame_info.cc b/src/processor/cfi_frame_info.cc index d8394619..881a2a7a 100644 --- a/src/processor/cfi_frame_info.cc +++ b/src/processor/cfi_frame_info.cc @@ -88,14 +88,14 @@ bool CFIFrameInfo::FindCallerRegs(const RegisterValueMap ®isters, } // Explicit instantiations for 32-bit and 64-bit architectures. -template bool CFIFrameInfo::FindCallerRegs( - const RegisterValueMap ®isters, +template bool CFIFrameInfo::FindCallerRegs( + const RegisterValueMap ®isters, const MemoryRegion &memory, - RegisterValueMap *caller_registers) const; -template bool CFIFrameInfo::FindCallerRegs( - const RegisterValueMap ®isters, + RegisterValueMap *caller_registers) const; +template bool CFIFrameInfo::FindCallerRegs( + const RegisterValueMap ®isters, const MemoryRegion &memory, - RegisterValueMap *caller_registers) const; + RegisterValueMap *caller_registers) const; string CFIFrameInfo::Serialize() const { std::ostringstream stream; -- cgit v1.2.1