From d476c3187a0e452c13784a9d49d116bb3a660561 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 25 Oct 2009 22:09:19 +0100 Subject: Fix warning * i386/i386/locore.S (TIME_INT_ENTRY): Fix comment. --- i386/i386/locore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i386/i386/locore.S b/i386/i386/locore.S index 9561a82..13a44d9 100644 --- a/i386/i386/locore.S +++ b/i386/i386/locore.S @@ -192,7 +192,7 @@ LEXT(retry_table_end) ;\ addl %ecx,LOW_BITS(%ebx) /* add to low bits */ ;\ leal CX(0,%edx),%ecx /* timer is 16 bytes */ ;\ lea CX(EXT(kernel_timer),%edx),%ecx /* get interrupt timer*/;\ - movl %ecx,CX(EXT(current_timer),%edx) /* set timer + movl %ecx,CX(EXT(current_timer),%edx) /* set timer */ /* * update time on interrupt exit. -- cgit v1.2.3