mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-30 11:14:47 +01:00
backend/arm64: Implement Void
This commit is contained in:
parent
2a24bb2c1e
commit
97ba8a0f14
1 changed files with 1 additions and 6 deletions
|
|
@ -21,12 +21,7 @@ namespace Dynarmic::Backend::Arm64 {
|
|||
using namespace oaknut::util;
|
||||
|
||||
template<>
|
||||
void EmitIR<IR::Opcode::Void>(oaknut::CodeGenerator& code, EmitContext& ctx, IR::Inst* inst) {
|
||||
(void)code;
|
||||
(void)ctx;
|
||||
(void)inst;
|
||||
ASSERT_FALSE("Unimplemented");
|
||||
}
|
||||
void EmitIR<IR::Opcode::Void>(oaknut::CodeGenerator&, EmitContext&, IR::Inst*) {}
|
||||
|
||||
template<>
|
||||
void EmitIR<IR::Opcode::Identity>(oaknut::CodeGenerator& code, EmitContext& ctx, IR::Inst* inst) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue