mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
sim: cgen: constify mode_names
This commit is contained in:
@@ -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 *mode_names[] = {
|
||||
const char * const mode_names[] = {
|
||||
"VOID",
|
||||
"BI",
|
||||
"QI",
|
||||
|
||||
Reference in New Issue
Block a user