block_of_code: Explicitly delete copy constructor
This commit is contained in:
parent
6bf0470e09
commit
71a448c66f
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user