Skip to content

Commit

Permalink
fix Issue 13093 - D ABI change for guaranteed efficient return of fix…
Browse files Browse the repository at this point in the history
…ed size array
  • Loading branch information
9rnsr committed Aug 28, 2014
1 parent 2998ebd commit 9f7ffa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions abi.dd
Expand Up @@ -653,12 +653,12 @@ $(SECTION4 Return Value,
$(LI Delegates are returned with the pointer to the function
in EDX and the context pointer in EAX.)

$(LI 1, 2 and 4 byte structs are returned in EAX.)
$(LI 1, 2 and 4 byte structs and static arrays are returned in EAX.)

$(LI 8 byte structs are returned in EDX,EAX, where
$(LI 8 byte structs and static arrays are returned in EDX,EAX, where
EDX gets the most significant half.)

$(LI For other struct sizes,
$(LI For other sized structs and static arrays,
the return value is stored through a hidden pointer passed as
an argument to the function.)

Expand Down

0 comments on commit 9f7ffa8

Please sign in to comment.