small stuff

This commit is contained in:
2026-06-06 22:04:11 -04:00
parent ba706ebb73
commit 69cd249671
3 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ impl Arch for X86_64 {
type Asm = Asm;
type Addr = u64;
fn compile(p: &Program<Self>) -> Result<LinkedProgram<Self::Addr>, CompilerMsg> {
encode_program(p)
compile(p)
}
}