diff options
| author | skrll <skrll@NetBSD.org> | 2020-07-31 20:04:18 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2020-07-31 20:04:18 +0000 |
| commit | 4253ed5d6d081dcfd3d409c28bef62e2cddefcb2 (patch) | |
| tree | 229aeaf7bfc401e5eb60818463d39c56b2ec031c | |
| parent | b01050db2cefd08a01dc697d626677705520acfa (diff) | |
Whitespace / comment alignment
| -rw-r--r-- | sys/arch/mips/mips/locore.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips/mips/locore.S b/sys/arch/mips/mips/locore.S index 738b2e28043..d9d6e6f9ed3 100644 --- a/sys/arch/mips/mips/locore.S +++ b/sys/arch/mips/mips/locore.S @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.224 2020/07/31 20:03:20 skrll Exp $ */ +/* $NetBSD: locore.S,v 1.225 2020/07/31 20:04:18 skrll Exp $ */ /* * Copyright (c) 1992, 1993 @@ -63,7 +63,7 @@ #include <mips/trap.h> #include <mips/locore.h> -RCSID("$NetBSD: locore.S,v 1.224 2020/07/31 20:03:20 skrll Exp $") +RCSID("$NetBSD: locore.S,v 1.225 2020/07/31 20:04:18 skrll Exp $") #include "assym.h" @@ -313,7 +313,7 @@ NESTED(cpu_switchto, CALLFRAME_SIZ, ra) teqi t1, 0 #elif defined(PARANOID_LOOP) and t1, t0, MIPS_SR_INT_IE -2: beqz t1, 2b # status reg should not differ +2: beqz t1, 2b # status reg should not differ nop #endif /* PARANOID_LOOP */ DYNAMIC_STATUS_MASK(t0,ra) |
