Skip to content

Commit fc0d2ac

Browse files
committed
[MERGE #6360 @pleath] [OSG 24291502] Support new byte code layout in serializer
Merge pull request #6360 from pleath:24291502
2 parents c423d31 + cd288f4 commit fc0d2ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Runtime/ByteCode/ByteCodeSerializer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,7 @@ class ByteCodeBufferBuilder
10591059
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg4);
10601060
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg4U);
10611061
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg5);
1062+
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg5U);
10621063
DEFAULT_LAYOUT_WITH_ONEBYTE(Reg3C);
10631064
DEFAULT_LAYOUT_WITH_ONEBYTE_AND_PROFILED(Arg);
10641065
DEFAULT_LAYOUT_WITH_ONEBYTE(ArgNoSrc);

0 commit comments

Comments
 (0)