@@ -34,8 +34,8 @@ class AArch64InstPrinter : public MCInstPrinter {
3434 const MCSubtargetInfo &STI, raw_ostream &O);
3535 virtual bool printAliasInstr (const MCInst *MI, uint64_t Address,
3636 const MCSubtargetInfo &STI, raw_ostream &O);
37- virtual void printCustomAliasOperand (const MCInst *MI, unsigned OpIdx ,
38- unsigned PrintMethodIdx,
37+ virtual void printCustomAliasOperand (const MCInst *MI, uint64_t Address ,
38+ unsigned OpIdx, unsigned PrintMethodIdx,
3939 const MCSubtargetInfo &STI,
4040 raw_ostream &O);
4141
@@ -207,8 +207,8 @@ class AArch64AppleInstPrinter : public AArch64InstPrinter {
207207 const MCSubtargetInfo &STI, raw_ostream &O) override ;
208208 bool printAliasInstr (const MCInst *MI, uint64_t Address,
209209 const MCSubtargetInfo &STI, raw_ostream &O) override ;
210- void printCustomAliasOperand (const MCInst *MI, unsigned OpIdx ,
211- unsigned PrintMethodIdx,
210+ void printCustomAliasOperand (const MCInst *MI, uint64_t Address ,
211+ unsigned OpIdx, unsigned PrintMethodIdx,
212212 const MCSubtargetInfo &STI,
213213 raw_ostream &O) override ;
214214
0 commit comments