commit | f2872746fb57836ff56230b9eebc584cc316bdc0 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Jul 17 20:23:47 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Jul 17 20:23:47 2009 -0400 |
tree | 0b0dfaa960016fcb79a17a703b23cd334ff97b52 | |
parent | a2f4f2ba59bc76f1700f5583017bff342a722223 [diff] |
process bit fields accordingly to endian of file Big endian processes bit fields differently than little endian. For big endian, the early bit fields are at the most significant side, but for little endian, they are on the least significant bits side. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>