aboutsummaryrefslogtreecommitdiff
path: root/executor/x86_64/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/x86_64/asm.h')
-rw-r--r--executor/x86_64/asm.h2
1 files changed, 0 insertions, 2 deletions
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);