diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2023-10-16 19:06:08 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-16 19:06:08 +0000 |
| commit | 9808de10b9d47eb2341844e31e3db4a938787ddd (patch) | |
| tree | 971d826dc23c819cf336dc0920679bfd3f4f3b21 /src/main.rs | |
| parent | ce8fb33087b449f8d0c18dafd35e0d5503d60192 (diff) | |
Show sysname instead of the code
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 4452bf7..f03c271 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +mod arch; mod cli; mod registers; mod trace; |
