mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[x64] Remove outdated comment.
This commit is contained in:
parent
f46e3c7e39
commit
92a85d6692
|
|
@ -203,8 +203,6 @@ class X64Emitter : public Xbyak::CodeGenerator {
|
||||||
|
|
||||||
void nop(size_t length = 1);
|
void nop(size_t length = 1);
|
||||||
|
|
||||||
// TODO(benvanik): Label for epilog (don't use strings).
|
|
||||||
|
|
||||||
// Moves a 64bit immediate into memory.
|
// Moves a 64bit immediate into memory.
|
||||||
bool ConstantFitsIn32Reg(uint64_t v);
|
bool ConstantFitsIn32Reg(uint64_t v);
|
||||||
void MovMem64(const Xbyak::RegExp& addr, uint64_t v);
|
void MovMem64(const Xbyak::RegExp& addr, uint64_t v);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue