Commit 06f4b2cb authored by Geoff Simmons's avatar Geoff Simmons

Re-order fields in struct pt_y so that it is packed to a smaller object.

parent a998a910
......@@ -61,8 +61,8 @@
struct pt_y {
unsigned magic;
#define PT_Y_MAGIC 0xfa564d14
struct pt_y *leaf[2];
unsigned idx;
struct pt_y *leaf[2];
unsigned short off;
unsigned short len;
unsigned char bitmask;
......
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