commit | 01a82d1918cd9851be76156ae09e5e369cb33b99 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Mon Jan 09 19:23:34 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Mon Jan 09 19:23:34 2012 +0000 |
tree | ed487b5aa91513d924e45d259c88ba782afa6408 | |
parent | c2a64b9b90268731d463c7cd71668b5c7c3ebe74 [diff] |
Fixed a return value problem with the new ABI::FixCodeAddress () function: it was checked in as: virtual bool ABI::FixCodeAddress (lldb::addr_t pc); when it should have been: virtual lldb::addr_t ABI::FixCodeAddress (lldb::addr_t pc); llvm-svn: 147790