Skip to content

Commit e5bcad1

Browse files
Geod24dlang-bot
authored andcommitted
Add mangling specification for 'in' parameters
See dlang/dmd#11474 and dlang/druntime#3183
1 parent 5d52249 commit e5bcad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/abi.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ $(GNAME Parameter):
583583

584584
$(GNAME Parameter2):
585585
$(GLINK Type)
586+
$(B I) $(GLINK Type) $(GREEN // in)
586587
$(B J) $(GLINK Type) $(GREEN // out)
587588
$(B K) $(GLINK Type) $(GREEN // ref)
588589
$(B L) $(GLINK Type) $(GREEN // lazy)

0 commit comments

Comments
 (0)