Commit 28e118d9 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #428 from dwrensha/step-bits

update mention of non-existent 'stepBits' field
parents 4759e273 ec7f7ed6
......@@ -2129,9 +2129,9 @@ struct WireHelpers {
if (checkElementSize) {
// If a struct list was not expected, then presumably a non-struct list was upgraded to a
// struct list. We need to manipulate the pointer to point at the first field of the
// struct. Together with the "stepBits", this will allow the struct list to be accessed as
// if it were a primitive list without branching.
// struct list. We need to manipulate the pointer to point at the first field of the
// struct. Together with the `step` field, this will allow the struct list to be accessed
// as if it were a primitive list without branching.
// Check whether the size is compatible.
switch (expectedElementSize) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment