Skip to content

Commit

Permalink
Merge pull request #1225 from WalterBright/fix15644
Browse files Browse the repository at this point in the history
fix Issue 15644 - Switch object layout ABI to MI style
  • Loading branch information
schuetzm committed Feb 4, 2016
2 parents b2de356 + 701641c commit 990c42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/abi.dd
Expand Up @@ -80,9 +80,9 @@ $(TABLE_3COLS Class Object Layout,
$(THEAD size, property, contents)
$(TROW $(I ptrsize), $(D .__vptr), pointer to vtable)
$(TROW $(I ptrsize), $(D .__monitor), monitor)
$(TROW $(I ptrsize)..., $(NBSP), $(ARGS vptr's for any interfaces implemented by this class in left to right, most to least derived, order))
$(TROW $(D ...), $(D ...), $(ARGS super's non-static fields and super's interface vptrs, from least to most derived))
$(TROW $(D ...), named fields, non-static fields)
$(TROW $(I ptrsize)..., $(NBSP), $(ARGS vptr's for any interfaces implemented by this class in left to right, most to least derived, order))
)

$(P The vtable consists of:)
Expand Down

0 comments on commit 990c42d

Please sign in to comment.