diff options
Diffstat (limited to 'sim/igen/gen-semantics.h')
-rw-r--r-- | sim/igen/gen-semantics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/igen/gen-semantics.h b/sim/igen/gen-semantics.h index 786e5ba..2ea954c 100644 --- a/sim/igen/gen-semantics.h +++ b/sim/igen/gen-semantics.h @@ -1,6 +1,6 @@ /* The IGEN simulator generator for GDB, the GNU Debugger. - Copyright 2002-2024 Free Software Foundation, Inc. + Copyright 2002-2025 Free Software Foundation, Inc. Contributed by Andrew Cagney. @@ -36,9 +36,9 @@ o cached - separate cracker and semantic - Two independant functions are created. Firstly the + Two independent functions are created. Firstly the function that cracks an instruction entering it into a - cache and secondly the semantic function propper that + cache and secondly the semantic function proper that uses the cache. o cached - semantic + cracking semantic |