diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,5 +2,6 @@ pub mod consts; pub mod core; mod decode; pub mod exceptions; +pub mod gdb; mod instructions; pub mod mem; |
![]() |
index : trve.git | |
| Taitep's RISC-V Emulator |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 1 |
@@ -2,5 +2,6 @@ pub mod consts; pub mod core; mod decode; pub mod exceptions; +pub mod gdb; mod instructions; pub mod mem; |