Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k Add a comment on mnemonic that assembler ...



details:   https://anonhg.NetBSD.org/src/rev/f755c4759662
branches:  trunk
changeset: 339491:f755c4759662
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Jul 25 06:24:53 2015 +0000

description:
Add a comment on mnemonic that assembler cannot recognize.

diffstat:

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

diffs (18 lines):

diff -r d218ab0f0108 -r f755c4759662 sys/arch/x68k/x68k/locore.s
--- a/sys/arch/x68k/x68k/locore.s       Fri Jul 24 21:27:03 2015 +0000
+++ b/sys/arch/x68k/x68k/locore.s       Sat Jul 25 06:24:53 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.118 2014/07/31 14:41:19 isaki Exp $       */
+/*     $NetBSD: locore.s,v 1.119 2015/07/25 06:24:53 isaki Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -362,7 +362,7 @@
        movc    %d0,%cacr               | clear cache(s)
        jra     Lenab3
 Ltbia040:
-       .word   0xf518
+       .word   0xf518                  | pflusha
 Lenab3:
 /* final setup for C code */
        movl    %d7,_C_LABEL(boothowto) | save reboot flags



Home | Main Index | Thread Index | Old Index