remove intermediate enum / directly encode assembly
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
use crate::{
|
||||
arch::x86_64::Asm,
|
||||
arch::x86_64::Code,
|
||||
parser::{Node, cursor::Token},
|
||||
};
|
||||
|
||||
pub mod x86_64;
|
||||
|
||||
pub enum AsmBlock {
|
||||
X86_64(Asm),
|
||||
X86_64(Code),
|
||||
}
|
||||
|
||||
impl Node for AsmBlock {
|
||||
|
||||
Reference in New Issue
Block a user