Fix the lldb build for the EM_486 change.

llvm-svn: 240138
This commit is contained in:
Rafael Espindola
2015-06-19 17:02:25 +00:00
parent 70bc5f1398
commit 86f422e1aa
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ ELFHeader::GetRelocationJumpSlotType() const
slot = R_PPC64_JMP_SLOT;
break;
case EM_386:
case EM_486:
case EM_IAMCU: // FIXME: is this correct?
slot = R_386_JUMP_SLOT;
break;
case EM_X86_64: