diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-10-25 22:09:19 +0100 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-10-25 22:19:06 +0100 |
commit | d476c3187a0e452c13784a9d49d116bb3a660561 (patch) | |
tree | f3fde8d6bba2db8d9638cf67e18ce9189fb97567 | |
parent | 32874dc0b7d46bb7c954b0efac28169881fa2c1a (diff) |
Fix warning
* i386/i386/locore.S (TIME_INT_ENTRY): Fix comment.
-rw-r--r-- | i386/i386/locore.S | 2 |
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. |