sim: fully merge sim_state_base into sim_state

Now that all ports have migrated to the new framework, drop support
for the old sim_state_base layout.
This commit is contained in:
Mike Frysinger
2016-01-21 22:51:00 -05:00
parent 10c23a2c6f
commit f4fdd84587
43 changed files with 154 additions and 93 deletions

View File

@ -1,3 +1,7 @@
2021-05-17 Mike Frysinger <vapier@gentoo.org>
* sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
2021-05-17 Mike Frysinger <vapier@gentoo.org>
* sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.

View File

@ -19,8 +19,6 @@
#ifndef PRU_SIM_MAIN
#define PRU_SIM_MAIN
#define SIM_HAVE_COMMON_SIM_STATE
#include <stdint.h>
#include <stddef.h>
#include "pru.h"