ir_emitted: Remove unimplemented IR instruction Unimplemented
This commit is contained in:
parent
db30e02ac8
commit
9b0a21915f
2 changed files with 0 additions and 6 deletions
|
@ -11,10 +11,6 @@
|
||||||
namespace Dynarmic {
|
namespace Dynarmic {
|
||||||
namespace IR {
|
namespace IR {
|
||||||
|
|
||||||
void IREmitter::Unimplemented() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
U1 IREmitter::Imm1(bool imm1) {
|
U1 IREmitter::Imm1(bool imm1) {
|
||||||
return U1(Value(imm1));
|
return U1(Value(imm1));
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,8 +64,6 @@ public:
|
||||||
|
|
||||||
Block& block;
|
Block& block;
|
||||||
|
|
||||||
void Unimplemented();
|
|
||||||
|
|
||||||
U1 Imm1(bool value);
|
U1 Imm1(bool value);
|
||||||
U8 Imm8(u8 value);
|
U8 Imm8(u8 value);
|
||||||
U32 Imm32(u32 value);
|
U32 Imm32(u32 value);
|
||||||
|
|
Loading…
Reference in a new issue