diff options
Diffstat (limited to 'asm/intel64/nop.cpp')
-rw-r--r-- | asm/intel64/nop.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/asm/intel64/nop.cpp b/asm/intel64/nop.cpp deleted file mode 100644 index 2d99278..0000000 --- a/asm/intel64/nop.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "nop.h" - -#include <asm/assembler.h> - -namespace { - -bool registered { registerOp("nop", [](Asm::Args& args) -> std::shared_ptr<Op>{ - return std::make_shared<Op_nop>(); - }) }; - -} |