Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jul 16, 2024
1 parent deec84c commit 3ad8338
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions formats_err/expr_sizeof_value_dynamic3.ksy
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# ?
# expr_sizeof_value_dynamic3.ksy: /instances/body_sizeof/value:
# error: unable to derive sizeof of `Name(identifier(body))`: dynamic sized type
#
meta:
id: expr_sizeof_value_dynamic3
endian: le
seq:
- id: num
- id: num_body
type: u2
- id: body
type: u1
repeat: expr
repeat-expr: num
repeat-expr: num_body
instances:
body_sizeof:
value: body._sizeof

0 comments on commit 3ad8338

Please sign in to comment.