mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-25 08:19:37 +00:00
block_of_code: Explicitly delete copy constructor
This commit is contained in:
@@ -31,6 +31,8 @@ struct RunCodeCallbacks {
|
||||
class BlockOfCode final : public Xbyak::CodeGenerator {
|
||||
public:
|
||||
BlockOfCode(RunCodeCallbacks cb, JitStateInfo jsi);
|
||||
BlockOfCode(const BlockOfCode&) = delete;
|
||||
|
||||
/// Call when external emitters have finished emitting their preludes.
|
||||
void PreludeComplete();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user