Skip to content

Commit

Permalink
Use D_PIC in runnable/s2ir.d
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Jan 11, 2015
1 parent 93986fd commit 7bd4a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/s2ir.d
Expand Up @@ -15,7 +15,7 @@ void test1()
naked ;
mov EAX, i ;
}
version(OSX)
version(D_PIC)
{}
else
{
Expand Down

0 comments on commit 7bd4a94

Please sign in to comment.