AntonLydike / riscemu

RISC-V emulator in python
MIT License
48 stars 14 forks source link

Debugger fix #32

Closed KGrykiel closed 1 year ago

KGrykiel commented 1 year ago

fixed an issue where debugger had an error when trying to dump registers. It tried to use get() method instead of get_f() method. Also changed format of floating point registers to show up as floats instead of Hex.

superlopuh commented 1 year ago

@KGrykiel can you please assign reviewers and yourself as the assignee? I have a feeling @AntonLydike doesn't automatically gets a notification for PRs, but it's good practice in general to make it more likely that the people you want look at your GitHub PRs :)

superlopuh commented 1 year ago

Can you please run black .? It's not set up as a precommit hook in this repo.