Bah. RF_ACC_TRACE bits need a bit more work before they can be turned off.

Re-enable until all parts can be disabled at the same time.
This commit is contained in:
oster 2004-02-29 23:27:24 +00:00
parent 513ea85ff9
commit 63e07285f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_archs.h,v 1.21 2004/02/29 21:38:41 oster Exp $ */
/* $NetBSD: rf_archs.h,v 1.22 2004/02/29 23:27:24 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -141,7 +141,7 @@
#endif
#ifndef RF_ACC_TRACE
#define RF_ACC_TRACE 0
#define RF_ACC_TRACE 1
#endif
#include "rf_options.h"