forked from OSchip/llvm-project
parent
3a196cbc4f
commit
2de256642b
|
@ -741,7 +741,7 @@ void ARMAsmBackend::processFixupValue(const MCAssembler &Asm,
|
|||
|
||||
// Try to get the encoded value for the fixup as-if we're mapping it into
|
||||
// the instruction. This allows adjustFixupValue() to issue a diagnostic
|
||||
// if the value aren't invalid.
|
||||
// if the value is invalid.
|
||||
(void)adjustFixupValue(Fixup, Value, false, &Asm.getContext(),
|
||||
IsLittleEndian, IsResolved);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue