Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/amd64 Fix typo that caused two instructions ...



details:   https://anonhg.NetBSD.org/src/rev/acd8f0604022
branches:  trunk
changeset: 847217:acd8f0604022
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Dec 15 02:58:21 2019 +0000

description:
Fix typo that caused two instructions  to be commented out

Oddly, that did not break booting.

diffstat:

 sys/arch/amd64/amd64/locore.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d33373fa8776 -r acd8f0604022 sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S     Sun Dec 15 02:56:40 2019 +0000
+++ b/sys/arch/amd64/amd64/locore.S     Sun Dec 15 02:58:21 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.194 2019/12/15 02:56:40 manu Exp $        */
+/*     $NetBSD: locore.S,v 1.195 2019/12/15 02:58:21 manu Exp $        */
 
 /*
  * Copyright-o-rama!
@@ -544,7 +544,7 @@
        mov     $(KERNTEXTOFF - KERNBASE), %rdi                 /* dest */
        mov     %r8, %rsi               
        sub     $(start - kernel_text), %rsi                    /* src */
-       mov     $(__kernel_end - kernel_text), %rcx             /* size *.
+       mov     $(__kernel_end - kernel_text), %rcx             /* size */
        mov     %rcx, %r12              
        movq    %rdi, %r11              /* for misaligned check */
 



Home | Main Index | Thread Index | Old Index