mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
Minor
This commit is contained in:
parent
8873eaba11
commit
ee80fa4a39
@ -34,11 +34,7 @@ pub(crate) fn assemble(files: Vec<File>) -> Kernel {
|
||||
for (file, locals) in izip!(expanded_files, local_labels) {
|
||||
assemble_file(file, &mut code, locals, &global_labels);
|
||||
}
|
||||
assert_eq!(
|
||||
code.len(),
|
||||
offset,
|
||||
"Code length {} doesn't match offset {}."
|
||||
);
|
||||
assert_eq!(code.len(), offset, "Code length doesn't match offset.");
|
||||
Kernel {
|
||||
code,
|
||||
global_labels,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user