| Index: src/IceAssemblerX86Base.h
|
| diff --git a/src/IceAssemblerX86Base.h b/src/IceAssemblerX86Base.h
|
| index 3af54e316c04a9f10a4c2a193e624b353034f7a2..e155a62cbd63cbc5deb335baffa54075119c6167 100644
|
| --- a/src/IceAssemblerX86Base.h
|
| +++ b/src/IceAssemblerX86Base.h
|
| @@ -729,7 +729,7 @@ private:
|
| inline void emitXmmRegisterOperand(RegType reg, RmType rm);
|
| inline void emitOperandSizeOverride();
|
|
|
| - void emitOperand(int rm, const Operand &operand);
|
| + void emitOperand(int rm, const Operand &operand, RelocOffsetT Addend = 0);
|
| void emitImmediate(Type ty, const Immediate &imm);
|
| void emitComplexI8(int rm, const Operand &operand,
|
| const Immediate &immediate);
|
|
|