add #ifdef DEBUG around VCED_count etc.

This commit is contained in:
shin 2001-12-27 22:55:46 +00:00
parent 5dbef63175
commit ae12ee76a0
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore_mips3.S,v 1.74 2001/12/27 04:19:17 shin Exp $ */ /* $NetBSD: locore_mips3.S,v 1.75 2001/12/27 22:55:46 shin Exp $ */
/* /*
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author) * Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@ -1687,6 +1687,7 @@ LEAF_NOPROFILE(mips3_VCED)
eret eret
.set at .set at
#ifdef DEBUG
.data .data
.globl _C_LABEL(VCED_count) .globl _C_LABEL(VCED_count)
_C_LABEL(VCED_count): _C_LABEL(VCED_count):
@ -1698,6 +1699,7 @@ _C_LABEL(VCED_epc):
_C_LABEL(VCED_vaddr): _C_LABEL(VCED_vaddr):
.word 0 .word 0
.text .text
#endif
END(mips3_VCED) END(mips3_VCED)
LEAF_NOPROFILE(mips3_VCEI) LEAF_NOPROFILE(mips3_VCEI)
@ -1720,6 +1722,7 @@ LEAF_NOPROFILE(mips3_VCEI)
eret eret
.set at .set at
#ifdef DEBUG
.data .data
.globl _C_LABEL(VCEI_count) .globl _C_LABEL(VCEI_count)
_C_LABEL(VCEI_count): _C_LABEL(VCEI_count):
@ -1728,6 +1731,7 @@ _C_LABEL(VCEI_count):
_C_LABEL(VCEI_vaddr): _C_LABEL(VCEI_vaddr):
.word 0 .word 0
.text .text
#endif
END(mips3_VCEI) END(mips3_VCEI)
#endif /* !MIPS3_5900 */ #endif /* !MIPS3_5900 */