libphobos: Merge upstream phobos 791c5d240
Adds missing HPPA support in std.experimental.allocator. Reviewed-on: https://github.com/dlang/phobos/pull/6838 From-SVN: r268810
This commit is contained in:
parent
dd0df13685
commit
ec696cae16
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
6c9fb28b0f8813d41798202a9d19c6b37ba5da5f
|
||||
791c5d2407e500bb4e777d6a90fc96cf250ba2f6
|
||||
|
||||
The first line of this file holds the git revision number of the last
|
||||
merge done from the dlang/phobos repository.
|
||||
|
|
|
@ -387,6 +387,7 @@ struct InSituRegion(size_t size, size_t minAlign = platformAlignment)
|
|||
else version (X86_64) enum growDownwards = Yes.growDownwards;
|
||||
else version (ARM) enum growDownwards = Yes.growDownwards;
|
||||
else version (AArch64) enum growDownwards = Yes.growDownwards;
|
||||
else version (HPPA) enum growDownwards = No.growDownwards;
|
||||
else version (PPC) enum growDownwards = Yes.growDownwards;
|
||||
else version (PPC64) enum growDownwards = Yes.growDownwards;
|
||||
else version (MIPS32) enum growDownwards = Yes.growDownwards;
|
||||
|
|
Loading…
Add table
Reference in a new issue