From d5a2c0c10ec7d3958659bd3898dc6d99249f5c8d Mon Sep 17 00:00:00 2001 From: Kent Brinkley Date: Thu, 20 Nov 2014 18:45:00 -0700 Subject: [PATCH] Change isa string Laying the ground work for adding microAptiv core Change-Id: I161a8a8cb250240ebc8518c91e746d6f921c41c7 Signed-off-by: Kent Brinkley Reviewed-on: http://openocd.zylin.com/2400 Tested-by: jenkins Reviewed-by: Mindy Beseler Reviewed-by: Spencer Oliver --- src/target/mips32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/mips32.c b/src/target/mips32.c index 5a0e2a3a1..b286c9172 100644 --- a/src/target/mips32.c +++ b/src/target/mips32.c @@ -36,7 +36,7 @@ #include "register.h" static const char *mips_isa_strings[] = { - "MIPS32", "MIPS16e" + "MIPS32", "MIPS16" }; #define MIPS32_GDB_DUMMY_FP_REG 1