From c5e6e59c2681cab7ac731766b7c25cfbc60d6e7b Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 29 Jan 2016 17:50:07 -0500 Subject: syscall_cp(): fix comment style. --- src/thread/nt32/syscall_cp.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/thread/nt32/syscall_cp.s') diff --git a/src/thread/nt32/syscall_cp.s b/src/thread/nt32/syscall_cp.s index 1b3f672..1f5142c 100644 --- a/src/thread/nt32/syscall_cp.s +++ b/src/thread/nt32/syscall_cp.s @@ -5,9 +5,9 @@ ___syscall_cp_asm: ___cp_begin: - mov (%ecx), %ecx /* check content of ptr */ + mov (%ecx), %ecx # check content of ptr test %ecx, %ecx - jnz ___cancel /* thread is pending cancellation */ + jnz ___cancel # thread is pending cancellation jmp ___syscall -- cgit v1.2.3