Skip to content

Commit

Permalink
[MERGE #6360 @pleath] [OSG 24291502] Support new byte code layout in …
Browse files Browse the repository at this point in the history
…serializer

Merge pull request #6360 from pleath:24291502
  • Loading branch information
pleath committed Dec 21, 2019
2 parents c423d31 + cd288f4 commit fc0d2ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Runtime/ByteCode/ByteCodeSerializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ class ByteCodeBufferBuilder
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg4);
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg4U);
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg5);
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg5U);
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg3C);
DEFAULT_LAYOUT_WITH_ONEBYTE_AND_PROFILED(Arg);
DEFAULT_LAYOUT_WITH_ONEBYTE(ArgNoSrc);
Expand Down

0 comments on commit fc0d2ac

Please sign in to comment.