]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/mips/sdemtk.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / mips / sdemtk.h
index c3a4f815b8d4ee1a25019c125e807b719b7dd4be..6a5a8178066856714410891fc789691bf3ebf568 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.
    MIPS SDE version, for use with the SDE C library rather than newlib.
-   Copyright (C) 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -70,7 +70,7 @@ extern void mips_sync_icache (void *beg, unsigned long len);
 #undef MIPS_ICACHE_SYNC
 #define MIPS_ICACHE_SYNC(ADDR, SIZE)                                   \
   emit_library_call (gen_rtx_SYMBOL_REF (Pmode, mips_cache_flush_func),        \
-                    LCT_NORMAL, VOIDmode, 2, ADDR, Pmode,              \
+                    LCT_NORMAL, VOIDmode, ADDR, Pmode,                 \
                     SIZE, TYPE_MODE (sizetype))
 
 /* This version of _mcount does not pop 2 words from the stack.  */