forked from OSchip/llvm-project
parent
2612a32ce5
commit
fffc068d68
|
@ -925,7 +925,7 @@ void MCAssembler::Finish() {
|
|||
Fixups = FragWithFixups->getFixups();
|
||||
Contents = FragWithFixups->getContents();
|
||||
} else
|
||||
llvm_unreachable("Unknow fragment with fixups!");
|
||||
llvm_unreachable("Unknown fragment with fixups!");
|
||||
for (const MCFixup &Fixup : Fixups) {
|
||||
uint64_t FixedValue;
|
||||
bool IsPCRel;
|
||||
|
|
Loading…
Reference in New Issue