diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-16 19:25:47 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-16 19:25:47 +0000 |
commit | 867b71685a815ac87fc9c0937e2a6c14dc8ec692 (patch) | |
tree | b2ff0b3fe2ae6f23d5a9d84cd9b45d7ed91c7ecc /sim/ppc/ppc-instructions | |
parent | 71a164f70a0b08a1e27c05084c1a2ca173cda2cc (diff) | |
download | gdb-867b71685a815ac87fc9c0937e2a6c14dc8ec692.zip gdb-867b71685a815ac87fc9c0937e2a6c14dc8ec692.tar.gz gdb-867b71685a815ac87fc9c0937e2a6c14dc8ec692.tar.bz2 |
fix bug in last checkin
Diffstat (limited to 'sim/ppc/ppc-instructions')
-rw-r--r-- | sim/ppc/ppc-instructions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index ca34a0e..05709e0 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -138,7 +138,7 @@ void::model-function::model_init:cpu *processor, model_data *model_ptr void::model-function::model_halt:cpu *processor, model_data *model_ptr -void::model-function::model_issue:itable_index index, model_data *model_ptr, unsigned_word cia +void::model-function::model_issue:itable_index index, cpu *processor, model_data *model_ptr, unsigned_word cia if (model_ptr->old_program_counter+4 != cia) model_ptr->nr_branches++; |