missing symbol filling

This commit is contained in:
2024-10-12 18:24:15 -04:00
parent cf9f3469ae
commit 77735953a5
6 changed files with 171 additions and 124 deletions

View File

@@ -10,6 +10,8 @@ mod program;
mod riscv64;
mod target;
use program::*;
pub fn main() {
use std::io::prelude::*;
let dir = Path::new("./build");
@@ -62,7 +64,3 @@ pub fn main() {
}
}
// qemu-riscv64 -g 1234 test &
// riscv64-linux-gnu-gdb -q \
// -ex "target remote :1234" \
// test