summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/locore.S2
1 files changed, 1 insertions, 1 deletions
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.