Skip to content

Commit 49941f3

Browse files
committed
fix build
1 parent c625a8f commit 49941f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/absil/ilread.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2692,6 +2692,7 @@ and seekReadTopCode ctxt numtypars (sz:int) start seqpoints =
26922692
!b = (i_unaligned &&& 0xff) ||
26932693
!b = (i_volatile &&& 0xff) ||
26942694
!b = (i_tail &&& 0xff)) do
2695+
begin
26952696
if !b = (i_unaligned &&& 0xff) then
26962697
let unal = seekReadByteAsInt32 ctxt.is (start + (!curr))
26972698
incr curr
@@ -2708,6 +2709,7 @@ and seekReadTopCode ctxt numtypars (sz:int) start seqpoints =
27082709
let typ = seekReadTypeDefOrRef ctxt numtypars AsObject ILList.empty (uncodedTokenToTypeDefOrRefOrSpec uncoded)
27092710
prefixes.constrained <- Some typ
27102711
else prefixes.tl <- Tailcall
2712+
end
27112713
get ()
27122714
end
27132715

0 commit comments

Comments
 (0)