mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-15 17:32:57 +00:00
ir_emitted: Remove unimplemented IR instruction Unimplemented
This commit is contained in:
@@ -11,10 +11,6 @@
|
||||
namespace Dynarmic {
|
||||
namespace IR {
|
||||
|
||||
void IREmitter::Unimplemented() {
|
||||
|
||||
}
|
||||
|
||||
U1 IREmitter::Imm1(bool imm1) {
|
||||
return U1(Value(imm1));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user