mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
Fix comment for function RuntimeDyldImpl.resolveRelocation()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162677 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23a22a2944
commit
52297414cb
@ -223,7 +223,10 @@ protected:
|
||||
void resolveRelocationEntry(const RelocationEntry &RE, uint64_t Value);
|
||||
|
||||
/// \brief A object file specific relocation resolver
|
||||
/// \param Address Address to apply the relocation action
|
||||
/// \param LocalAddress The address to apply the relocation action
|
||||
/// \param FinalAddress If the linker prepare code for remote executon then
|
||||
/// FinalAddress has the remote address to apply the
|
||||
/// relocation action, otherwise is same as LocalAddress
|
||||
/// \param Value Target symbol address to apply the relocation action
|
||||
/// \param Type object file specific relocation type
|
||||
/// \param Addend A constant addend used to compute the value to be stored
|
||||
|
Loading…
x
Reference in New Issue
Block a user