summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/config/tc-z80.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/config/tc-z80.h')
-rw-r--r--binutils-2.25/gas/config/tc-z80.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.25/gas/config/tc-z80.h b/binutils-2.25/gas/config/tc-z80.h
index 48428a97..74098718 100644
--- a/binutils-2.25/gas/config/tc-z80.h
+++ b/binutils-2.25/gas/config/tc-z80.h
@@ -1,5 +1,5 @@
/* this is tc-z80.h
- Copyright 2005, 2006, 2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Arnold Metselaar <arnold_m@operamail.com>
@@ -55,7 +55,7 @@
/* Define some functions to be called by generic code. */
#define md_end z80_md_end
#define md_start_line_hook() { if (z80_start_line_hook ()) continue; }
-#define TC_CONS_FIX_NEW z80_cons_fix_new
+#define TC_CONS_FIX_NEW(f,w,s,e,r) z80_cons_fix_new ((f), (w), (s), (e))
extern void z80_md_end (void);
extern int z80_start_line_hook (void);