From 20662a1d203ffb9e05d6694347fd258115b41d0a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 14 Aug 2019 06:08:18 +0200 Subject: Add asm debug --- executor/x86_64/asm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'executor/x86_64/asm.h') diff --git a/executor/x86_64/asm.h b/executor/x86_64/asm.h index 6fad26a..b374e44 100644 --- a/executor/x86_64/asm.h +++ b/executor/x86_64/asm.h @@ -83,8 +83,6 @@ CHECK_RESULT int asm_popr(Asm *self, Reg64 reg); - - CHECK_RESULT int asm_mov_rm32(Asm *self, Reg32 dst, Reg32 src); CHECK_RESULT int asm_add_rm32(Asm *self, Reg32 dst, Reg32 src); CHECK_RESULT int asm_sub_rm32(Asm *self, Reg32 dst, Reg32 src); -- cgit v1.2.3