mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Implemented ARMInstPrinter::printThumbS4ImmOperand().
llvm-svn: 94457
This commit is contained in:
parent
4dbe558a10
commit
40f1246038
@ -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
Block a user