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>__archive__
parent
e026d3ff1b
commit
d5a2c0c10e
|
@ -36,7 +36,7 @@
|
|||
#include "register.h"
|
||||
|
||||
static const char *mips_isa_strings[] = {
|
||||
"MIPS32", "MIPS16e"
|
||||
"MIPS32", "MIPS16"
|
||||
};
|
||||
|
||||
#define MIPS32_GDB_DUMMY_FP_REG 1
|
||||
|
|
Loading…
Reference in New Issue