artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af1e2b
)
remove DEBUG
author
deraadt
<deraadt@openbsd.org>
Fri, 12 Jan 1996 21:15:05 +0000
(21:15 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 12 Jan 1996 21:15:05 +0000
(21:15 +0000)
sys/arch/m68k/fpe/fpu_emulate.h
patch
|
blob
|
history
diff --git
a/sys/arch/m68k/fpe/fpu_emulate.h
b/sys/arch/m68k/fpe/fpu_emulate.h
index
ae31c2b
..
7909972
100644
(file)
--- 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;