sim: cgen: namespace mode_names a bit

These are exported in the library linkage, so add a cgen_ prefix.
This commit is contained in:
Mike Frysinger
2021-05-01 22:11:41 -04:00
parent 6ae9091ab0
commit 1227922933
3 changed files with 11 additions and 3 deletions

View File

@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define SEMOPS_DEFINE_INLINE
#include "cgen-ops.h"
const char * const mode_names[] = {
const char * const cgen_mode_names[] = {
"VOID",
"BI",
"QI",