diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-10-02 18:20:04 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-10-02 18:20:04 +0000 |
commit | 344d5a23f77ed4405856a3271d14ea7b80b18fc8 (patch) | |
tree | 86f438542c55b0246351f173fd7c7ad87d2806dd /sim/ppc/ChangeLog | |
parent | 83d96c6e3ef740fa40558b4a12bfa832838fcc8e (diff) | |
download | gdb-344d5a23f77ed4405856a3271d14ea7b80b18fc8.zip gdb-344d5a23f77ed4405856a3271d14ea7b80b18fc8.tar.gz gdb-344d5a23f77ed4405856a3271d14ea7b80b18fc8.tar.bz2 |
fix typo
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index f041e61..95cb89e 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,6 +1,6 @@ Mon Oct 2 11:46:37 1995 Michael Meissner <meissner@tiktok.cygnus.com> - * cpu.c (struct _cpu): Add number_of_insns field to tract how many + * cpu.c (struct _cpu): Add number_of_insns field to trace how many instructions are executed. (cpu_increment_number_of_insns): New function to increment the number of instructions issued. |