diff options
Diffstat (limited to 'asm/f_percent.asm')
-rw-r--r-- | asm/f_percent.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/f_percent.asm b/asm/f_percent.asm index fec4695..14511e8 100644 --- a/asm/f_percent.asm +++ b/asm/f_percent.asm @@ -14,7 +14,6 @@ .extern system .extern atoi .globl f_percent -.globl main f_percent: movq $f_cmd, %rdi |