mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 19:04:02 +08:00
parent
9260cdb2e8
commit
095ee28fd9
@ -256,8 +256,8 @@ mod tag {
|
||||
Tag::Int64 => 8,
|
||||
Tag::Float64 => 8,
|
||||
Tag::String => 4,
|
||||
Tag::Bytes => 4,
|
||||
Tag::ByteArray => 4,
|
||||
Tag::Bytes => 8,
|
||||
Tag::ByteArray => 8,
|
||||
Tag::Tuple(it, arity) => {
|
||||
let mut size = 0;
|
||||
for _ in 0..arity {
|
||||
|
Loading…
Reference in New Issue
Block a user