diff options
| author | Greg Clayton <gclayton@apple.com> | 2010-07-06 20:29:25 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2010-07-06 20:29:25 +0000 |
| commit | 5f067820bacc6b762bc0fef27970a8ec7883366b (patch) | |
| tree | 97ebf932cee0d157f3e6de5cc7d41515837aacb3 /lldb/source/Plugins/Process | |
| parent | 3afe8a9f1d2af931e02368f3d47006308d353352 (diff) | |
| download | bcm5719-llvm-5f067820bacc6b762bc0fef27970a8ec7883366b.tar.gz bcm5719-llvm-5f067820bacc6b762bc0fef27970a8ec7883366b.zip | |
Avoid duplicate names (something else that clang++ really doesn't like) in
function prototype (from Jean-Daniel Dupas).
llvm-svn: 107693
Diffstat (limited to 'lldb/source/Plugins/Process')
| -rw-r--r-- | lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h b/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h index b03551cd21c..a23eb28a8ad 100644 --- a/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h +++ b/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteUnwindProfile.h @@ -59,7 +59,7 @@ public: class RemoteProcInfo; -bool AssemblyParse (RemoteProcInfo *procinfo, unw_accessors_t *as, unw_addr_space_t as, uint64_t start, uint64_t end, RemoteUnwindProfile &profile, void *arg); +bool AssemblyParse (RemoteProcInfo *procinfo, unw_accessors_t *accessor, unw_addr_space_t as, uint64_t start, uint64_t end, RemoteUnwindProfile &profile, void *arg); class FuncBounds { |

