small stuff
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user