Cosmetic: +Comment
authorshort <>
Tue, 5 Nov 2002 12:09:33 +0000 (12:09 +0000)
committershort <>
Tue, 5 Nov 2002 12:09:33 +0000 (12:09 +0000)
src/libcaptive/ps/signal.c

index eff8744..bc8a16e 100644 (file)
@@ -90,6 +90,7 @@ const void *reg_eip_aligned;
        /* all instruction notation comments are written in AT&T 'instr src,dest' syntax! */
        if (*reg_eip==0x64) {   /* prefix '%fs:' */
                reg_eip++;
+               /* TODO:thread; %fs: is CPU-dependent */
                if (*reg_eip==0xA3) {   /* 'mov %eax,%fs:{reg_eip[1..4]}' */
                        reg_eip++;
                        if (instr_mov_greg_to_fsmem(REG_EAX,*(const void **)reg_eip,ucontext)) {