ir_emitted: Remove unimplemented IR instruction Unimplemented
This commit is contained in:
parent
f014a5bec7
commit
ae603909d6
@ -11,10 +11,6 @@
|
||||
namespace Dynarmic {
|
||||
namespace IR {
|
||||
|
||||
void IREmitter::Unimplemented() {
|
||||
|
||||
}
|
||||
|
||||
U1 IREmitter::Imm1(bool imm1) {
|
||||
return U1(Value(imm1));
|
||||
}
|
||||
|
@ -64,8 +64,6 @@ public:
|
||||
|
||||
Block& block;
|
||||
|
||||
void Unimplemented();
|
||||
|
||||
U1 Imm1(bool value);
|
||||
U8 Imm8(u8 value);
|
||||
U32 Imm32(u32 value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user