Commit 89338ff4 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Oops. There are more registers than 32 as far as gdb is concerned.

parent 84b6475f
......@@ -51,7 +51,7 @@ int main() {
LM32Write lm32write(&ic, true);
LM32Read lm32read(&ic, true);
LM32DROM lm32drom(&ic);
GDB_RSP gdb_rsp(&ic, 32, 32, lm32drom.PC, lm32drom.SP, lm32drom.SIG);
GDB_RSP gdb_rsp(&ic, 32, 39, lm32drom.PC, lm32drom.SP, lm32drom.SIG);
GDB_Serial gdb_serial(&ic);
SlavePort& uart = ic.head().addControl(uint8_pinout, (void*)0, &got).port();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment