diff options
Diffstat (limited to 'src/osd/modules/debugger/debuggdbstub.cpp')
| -rw-r--r-- | src/osd/modules/debugger/debuggdbstub.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/debuggdbstub.cpp b/src/osd/modules/debugger/debuggdbstub.cpp index 48e9e38d81b..511b07dafaf 100644 --- a/src/osd/modules/debugger/debuggdbstub.cpp +++ b/src/osd/modules/debugger/debuggdbstub.cpp @@ -271,7 +271,7 @@ static const gdb_register_map gdb_register_map_m68000 = { "A4", "a4", false, TYPE_INT }, { "A5", "a5", false, TYPE_INT }, { "A6", "fp", true, TYPE_INT }, - { "A7", "sp", true, TYPE_INT }, + { "A7", "sp", true, TYPE_INT }, { "SR", "ps", false, TYPE_INT }, // NOTE GDB named it ps, but it's actually sr { "PC", "pc", true, TYPE_CODE_POINTER }, //NOTE m68-elf-gdb complains about fpcontrol register not present but 68000 doesn't have floating point so... @@ -341,7 +341,7 @@ static const std::map<std::string, const gdb_register_map &> gdb_register_maps = { "r4600", gdb_register_map_r4600 }, { "ppc601", gdb_register_map_ppc601 }, { "m68020pmmu", gdb_register_map_m68020pmmu }, - { "m68000", gdb_register_map_m68000 }, + { "m68000", gdb_register_map_m68000 }, { "z80", gdb_register_map_z80 }, { "m6502", gdb_register_map_m6502 }, { "n2a03", gdb_register_map_m6502 }, |
