diff options
Diffstat (limited to 'asm/jo_r_cpyhead.asm')
-rw-r--r-- | asm/jo_r_cpyhead.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/jo_r_cpyhead.asm b/asm/jo_r_cpyhead.asm index 421b17c..14b42da 100644 --- a/asm/jo_r_cpyhead.asm +++ b/asm/jo_r_cpyhead.asm @@ -19,7 +19,7 @@ jo_r_cpyhead: ; jo_r_cpyhead(percent: rdi) push rdi mov rdi, buff mov rsi, 0x0 - mov rdx, 0x11 ; 17 + mov rdx, 0x11 call memset ; memset 0 notification head lea rsi, [rel n_head] pop rdi @@ -37,4 +37,4 @@ section .data n_head: db "Low battery: %d%%", 0x0 section .bss - buff: resb 0x11 ; 17, notification head len + buff: resb 0x11 |