• Pietro Fezzardi's avatar
    arch-sim: use new functions to access instances · 77db1c77
    Pietro Fezzardi authored
    when possible substitute the access pattern
    
    	ppi = &ppg->pp_instances[n];
    
    with
    	ppi = INST(ppg, n);
    
    In the simulator-specific code also pp_sim_get_master() and
    pp_sim_get_slave() are used. Finally pp_sim_is_master() and
    pp_sim_is_slave() are used to make the conditions easier to
    understand
    77db1c77
Name
Last commit
Last update
..
Makefile Loading commit data...
sim-socket.c Loading commit data...
sim-time.c Loading commit data...