forked from OSchip/llvm-project
Implemented ARMInstPrinter::printThumbS4ImmOperand().
llvm-svn: 94457
This commit is contained in:
parent
665493102e
commit
ab2b1a7aeb
|
@ -353,6 +353,5 @@ void ARMInstPrinter::printPCLabel(const MCInst *MI, unsigned OpNum) {
|
|||
}
|
||||
|
||||
void ARMInstPrinter::printThumbS4ImmOperand(const MCInst *MI, unsigned OpNum) {
|
||||
// FIXME: remove this.
|
||||
abort();
|
||||
O << "#" << MI->getOperand(OpNum).getImm() * 4;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue