mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-01 12:33:13 +01:00
Make rt_stackBottom return the right fixed value for darwin.
This commit is contained in:
@@ -87,7 +87,8 @@ extern (C) void* rt_stackBottom()
|
||||
}
|
||||
else version( darwin )
|
||||
{
|
||||
static assert( false, "darwin not supported" );
|
||||
// darwin has a fixed stack bottom
|
||||
return cast(void*) 0xc0000000;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user