diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 524879f6097..cc0ae7ca5ff 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -861,10 +861,6 @@ missing otherwise. uint24_vbr Type ID for structure types (14) - - uint32_vbr - Value 0 if a normal structure, 1 if a packed structure - zlist(uint24_vbr) Slot number of each of the element's fields. @@ -943,6 +939,23 @@ missing otherwise. +

Packed Structure Types

+ + + + + + + + + + + + + + + +
TypeDescription
uint24_vbrType ID for packed structure types (19)
zlist(uint24_vbr)Slot number of each of the element's fields.
Module Global Info