massive feat: added a GDB stub for debugging
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -31,7 +31,6 @@ class Bus {
|
||||
|
||||
uint32_t read_word(uint32_t, bool = true);
|
||||
void write_word(uint32_t, uint32_t, bool = true);
|
||||
|
||||
// not sure what else to do?
|
||||
inline void internal_cycle() { cycles++; }
|
||||
|
||||
|
Reference in New Issue
Block a user