mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-02 00:11:30 +02:00
Some missed LLVMDC -> LDC.
This commit is contained in:
@@ -60,7 +60,7 @@ private
|
||||
import tango.stdc.posix.dlfcn;
|
||||
}
|
||||
}
|
||||
version(LLVMDC)
|
||||
version(LDC)
|
||||
{
|
||||
pragma(intrinsic, "llvm.frameaddress")
|
||||
{
|
||||
@@ -122,7 +122,7 @@ extern (C) void* rt_stackBottom()
|
||||
*/
|
||||
extern (C) void* rt_stackTop()
|
||||
{
|
||||
version(LLVMDC)
|
||||
version(LDC)
|
||||
{
|
||||
return llvm_frameaddress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user