mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 10:56:27 +00:00
General: Default constructors and destructors where applicable
This commit is contained in:
@@ -57,7 +57,7 @@ A64EmitX64::A64EmitX64(BlockOfCode* code, A64::UserConfig conf)
|
||||
code->PreludeComplete();
|
||||
}
|
||||
|
||||
A64EmitX64::~A64EmitX64() {}
|
||||
A64EmitX64::~A64EmitX64() = default;
|
||||
|
||||
A64EmitX64::BlockDescriptor A64EmitX64::Emit(IR::Block& block) {
|
||||
code->align();
|
||||
|
||||
Reference in New Issue
Block a user