DescriptionAdjust bytecode operand values for big endian.
Operand values in Bytecodes.DecodeBytecodeAndOperands test are encoded
in little endian format. The test calls Bytecodes::Decode function which
reads the operands but the values are byte swapped on big endian
machines. Added big endian encoded data which decodes correctly on BE
machines.
BUG=
Committed: https://crrev.com/3b416c67f5c5294ffb937110478baf6048c0c39a
Cr-Commit-Position: refs/heads/master@{#35447}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix endian paths #Patch Set 3 : Swap BE and LE data #
Messages
Total messages: 10 (4 generated)
|