diff options
author | Lioncash <mathew1800@gmail.com> | 2016-03-09 02:20:00 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2016-03-09 02:20:00 -0500 |
commit | 450c84c9906185dfa0ae47b68a03361d7f0187e7 (patch) | |
tree | c6592f3f508ecc3fc2be60fbea38e420599f9c57 | |
parent | 58c336b67109e89b3d47e2873e8271e7291a59d0 (diff) |
emitter: Remove unimplemented prototype
-rw-r--r-- | src/common/x64/emitter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/x64/emitter.h b/src/common/x64/emitter.h index 2dd0dc94e..05a269859 100644 --- a/src/common/x64/emitter.h +++ b/src/common/x64/emitter.h @@ -175,7 +175,6 @@ struct OpArg void WriteRex(XEmitter *emit, int opBits, int bits, int customOp = -1) const; void WriteVex(XEmitter* emit, X64Reg regOp1, X64Reg regOp2, int L, int pp, int mmmmm, int W = 0) const; void WriteRest(XEmitter *emit, int extraBytes=0, X64Reg operandReg=INVALID_REG, bool warn_64bit_offset = true) const; - void WriteFloatModRM(XEmitter *emit, FloatOp op); void WriteSingleByteOp(XEmitter *emit, u8 op, X64Reg operandReg, int bits); // This one is public - must be written to u64 offset; // use RIP-relative as much as possible - 64-bit immediates are not available. |