We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c625a8f commit 49941f3Copy full SHA for 49941f3
src/absil/ilread.fs
@@ -2692,6 +2692,7 @@ and seekReadTopCode ctxt numtypars (sz:int) start seqpoints =
2692
!b = (i_unaligned &&& 0xff) ||
2693
!b = (i_volatile &&& 0xff) ||
2694
!b = (i_tail &&& 0xff)) do
2695
+ begin
2696
if !b = (i_unaligned &&& 0xff) then
2697
let unal = seekReadByteAsInt32 ctxt.is (start + (!curr))
2698
incr curr
@@ -2708,6 +2709,7 @@ and seekReadTopCode ctxt numtypars (sz:int) start seqpoints =
2708
2709
let typ = seekReadTypeDefOrRef ctxt numtypars AsObject ILList.empty (uncodedTokenToTypeDefOrRefOrSpec uncoded)
2710
prefixes.constrained <- Some typ
2711
else prefixes.tl <- Tailcall
2712
+ end
2713
get ()
2714
end
2715
0 commit comments