emit_x64: inhibit_emission is obsolete
Not used anymore; unused ever since intrusive lists were introduced.
This commit is contained in:
parent
4322c0907c
commit
656d4f7252
2 changed files with 0 additions and 2 deletions
|
@ -46,7 +46,6 @@ static void EraseInstruction(IR::Block& block, IR::Inst* inst) {
|
||||||
}
|
}
|
||||||
|
|
||||||
EmitX64::BlockDescriptor EmitX64::Emit(const Arm::LocationDescriptor descriptor, Dynarmic::IR::Block& block) {
|
EmitX64::BlockDescriptor EmitX64::Emit(const Arm::LocationDescriptor descriptor, Dynarmic::IR::Block& block) {
|
||||||
inhibit_emission.clear();
|
|
||||||
reg_alloc.Reset();
|
reg_alloc.Reset();
|
||||||
|
|
||||||
code->int3();
|
code->int3();
|
||||||
|
|
|
@ -70,7 +70,6 @@ private:
|
||||||
void Patch(Arm::LocationDescriptor desc, CodePtr bb);
|
void Patch(Arm::LocationDescriptor desc, CodePtr bb);
|
||||||
|
|
||||||
// Per-block state
|
// Per-block state
|
||||||
std::set<IR::Value*> inhibit_emission;
|
|
||||||
RegAlloc reg_alloc;
|
RegAlloc reg_alloc;
|
||||||
|
|
||||||
// State
|
// State
|
||||||
|
|
Loading…
Reference in a new issue