aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32.c
diff options
context:
space:
mode:
authorKent Brinkley <jkbrinkley.imgtec@gmail.com>2014-11-20 18:45:00 -0700
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-02-13 23:06:56 +0000
commitd5a2c0c10ec7d3958659bd3898dc6d99249f5c8d (patch)
tree7a786b8cc79eec871fd6572396ad42fb246069ad /src/target/mips32.c
parente026d3ff1bf31f531bf97bc151b4693a6a52f8e7 (diff)
downloadriscv-openocd-d5a2c0c10ec7d3958659bd3898dc6d99249f5c8d.zip
riscv-openocd-d5a2c0c10ec7d3958659bd3898dc6d99249f5c8d.tar.gz
riscv-openocd-d5a2c0c10ec7d3958659bd3898dc6d99249f5c8d.tar.bz2
Change isa string
Laying the ground work for adding microAptiv core Change-Id: I161a8a8cb250240ebc8518c91e746d6f921c41c7 Signed-off-by: Kent Brinkley <jkbrinkley.imgtec@gmail.com> Reviewed-on: http://openocd.zylin.com/2400 Tested-by: jenkins Reviewed-by: Mindy Beseler <mbeseler@yahoo.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src/target/mips32.c')
-rw-r--r--src/target/mips32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mips32.c b/src/target/mips32.c
index 5a0e2a3..b286c91 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