diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-12 21:15:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-12 21:15:06 +0000 |
commit | f3c0abba859565233ed9d9ffc2225d0ff749c5d0 (patch) | |
tree | 2c76eb3d4c5f438e2560be48a1b4d0fcf0eff061 /sys/arch/m68k/fpe | |
parent | 4a98a0a58ec31ce2b7e3034b640a5969406fe76d (diff) |
remove DEBUG
Diffstat (limited to 'sys/arch/m68k/fpe')
-rw-r--r-- | sys/arch/m68k/fpe/fpu_emulate.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/m68k/fpe/fpu_emulate.h b/sys/arch/m68k/fpe/fpu_emulate.h index ae31c2bfe15..7909972302d 100644 --- a/sys/arch/m68k/fpe/fpu_emulate.h +++ b/sys/arch/m68k/fpe/fpu_emulate.h @@ -1,4 +1,4 @@ -/* $NetBSD: fpu_emulate.h,v 1.2 1995/11/05 00:35:20 briggs Exp $ */ +/* $NetBSD: fpu_emulate.h,v 1.3 1996/01/12 04:23:54 briggs Exp $ */ /* * Copyright (c) 1995 Gordon Ross @@ -302,8 +302,7 @@ int fpu_load_ea __P((struct frame *frame, struct instruction *insn, int fpu_store_ea __P((struct frame *frame, struct instruction *insn, struct insn_ea *ea, char *src)); -/* macros for debugging */ -#define DEBUG /* XXX */ +/* declarations for debugging */ extern int fpu_debug_level; |