prune more warnings and re-org Decode files a bit

This commit is contained in:
Yehowshua Immanuel 2025-03-05 00:09:04 -05:00
parent 67b44dedc0
commit 7f7ba49ee1
4 changed files with 55 additions and 62 deletions

View file

@ -20,7 +20,7 @@ import Cpu(
RISCVCPU(..),
riscvCPUInit)
import Fetch(fetchInstruction, FetchResult (..))
import Isa.Decode(decode)
import Decode(decode)
data Args = Args {
firmware :: FilePath