assembler: we failing DSA with this one
This commit is contained in:
@@ -14,7 +14,5 @@ pub mod tokeniser;
|
||||
pub fn load_source_bytes<P: AsRef<Path>>(p: P) -> Result<Vec<u8>, AssembleError> {
|
||||
let path = p.as_ref();
|
||||
|
||||
let bytes = std::fs::read(path)?;
|
||||
|
||||
Ok(vec![])
|
||||
Ok(std::fs::read(path)?)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user