From 9f8e9ec380ad679fe714222345a46ebf77d063d6 Mon Sep 17 00:00:00 2001 From: taitep Date: Sat, 27 Dec 2025 11:48:36 +0100 Subject: Implement a GDB stub and fix another huge issue in S-type immediate decoding --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 7a9ac37..6eda620 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,5 +2,6 @@ pub mod consts; pub mod core; mod decode; pub mod exceptions; +pub mod gdb; mod instructions; pub mod mem; -- cgit v1.2.3