diff options
Diffstat (limited to 'sim/common/cgen-mem.h')
-rw-r--r-- | sim/common/cgen-mem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/cgen-mem.h b/sim/common/cgen-mem.h index 485a696..3ea0457 100644 --- a/sim/common/cgen-mem.h +++ b/sim/common/cgen-mem.h @@ -1,5 +1,5 @@ /* Memory ops header for CGEN-based simulators. - Copyright (C) 1996-2024 Free Software Foundation, Inc. + Copyright (C) 1996-2025 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the GNU Simulators. @@ -169,7 +169,7 @@ XCONCAT2 (SETMEM,mode) (SIM_CPU *cpu, IADDR pc, ADDR a, mode val) \ XCONCAT2 (sim_core_write_unaligned_,size) (cpu, pc, write_map, a, val); \ } #else -#define DECLARE_SETMEM(mode, size) DECLARE_SETMEM_EXTERN (mode, size +#define DECLARE_SETMEM(mode, size) DECLARE_SETMEM_EXTERN (mode, size) #endif DECLARE_SETMEM (SF, 4) /* TAGS: SETMEMSF */ |