ir_emitted: Remove unimplemented IR instruction Unimplemented

This commit is contained in:
MerryMage
2018-01-23 22:16:15 +00:00
parent db30e02ac8
commit 9b0a21915f
2 changed files with 0 additions and 6 deletions

View File

@@ -11,10 +11,6 @@
namespace Dynarmic {
namespace IR {
void IREmitter::Unimplemented() {
}
U1 IREmitter::Imm1(bool imm1) {
return U1(Value(imm1));
}