From: Kent Brinkley Date: Fri, 21 Nov 2014 01:45:00 +0000 (-0700) Subject: Change isa string X-Git-Tag: v0.10.0-rc1~269 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d5a2c0c10ec7d3958659bd3898dc6d99249f5c8d;p=openocd 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 --- diff --git a/src/target/mips32.c b/src/target/mips32.c index 5a0e2a3a..b286c917 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