For NEC 4100/4300 project
authorJim Wilson <wilson@tuliptree.org>
Tue, 10 Dec 1996 19:39:55 +0000 (19:39 +0000)
committerJim Wilson <wilson@tuliptree.org>
Tue, 10 Dec 1996 19:39:55 +0000 (19:39 +0000)
commit6429b296981ad2010652bff478580ccbfcc114e1
tree52d7b9ae1364830503e4b021cf0ac36c1aa889b1
parent42aa243574a17375fff5b9cc53aec80da983fb7f
For NEC 4100/4300 project
* gencode.c (build_instruction, case JUMP): Truncate PC to 32 bits.
* interp.c (CHECKHILO): Define away.
(simSIGINT): New macro.
(membank_size): Increase from 1MB to 2MB.
(control_c): New function.
(sim_resume): Rename parameter signal to signal_number.  Add local
variable prev.  Call signal before and after simulate.
(sim_stop_reason): Add simSIGINT support.
(sim_warning, sim_error, dotrace, SignalException): Define as stdarg
functions always.
(sim_warning): Delete call to SignalException.  Do call printf_filtered
if logfh is NULL.
(AddressTranslation): Add #ifdef DEBUG around debugging message and
a call to sim_warning.
sim/mips/ChangeLog
sim/mips/gencode.c
sim/mips/interp.c
This page took 0.025931 seconds and 4 git commands to generate.