block_of_code: Explicitly delete copy constructor
This commit is contained in:
parent
605a43d23e
commit
5debb411cc
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue