diff options
author | Santo Cariotti <santo@dcariotti.me> | 2023-10-15 21:25:49 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-15 21:27:17 +0200 |
commit | d3095900b941d7b08d579f9dc5e9dac45690228b (patch) | |
tree | c28e5f89b46eeacc4e95c7cabbaa4cf1863e4c3c /src/main.rs | |
parent | 2779d956c4ad2e3be7fa814708c11c13ea1365d7 (diff) |
Use `registers` mod
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index d4347ad..9e025b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +mod registers; mod trace; mod ui; use std::{ |