summaryrefslogtreecommitdiff
path: root/gdb/dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dcache.h')
-rw-r--r--gdb/dcache.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/dcache.h b/gdb/dcache.h
index ef9465ac41f..d13708f2b2e 100644
--- a/gdb/dcache.h
+++ b/gdb/dcache.h
@@ -23,9 +23,7 @@
#ifndef DCACHE_H
#define DCACHE_H
-typedef int (*memxferfunc) PARAMS ((CORE_ADDR memaddr,
- char *myaddr,
- int len));
+typedef int (*memxferfunc) (CORE_ADDR memaddr, char *myaddr, int len);
typedef struct dcache_struct DCACHE;