sim: v850: drop redundant define

This is already in v850/local.mk, so we can drop it from sim-main.h.
This commit is contained in:
Mike Frysinger
2023-01-18 19:07:19 -05:00
parent c064fab247
commit e560389783
-4
View File
@@ -1,10 +1,6 @@
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
/* The v850 has 32bit words, numbered 31 (MSB) to 0 (LSB) */
#define WITH_TARGET_WORD_MSB 31
#include "sim-basics.h"
#include "sim-base.h"