Skip to content

Commit

Permalink
Merge pull request #4278 from 9rnsr/fix_iasm
Browse files Browse the repository at this point in the history
[Fix broken master] Use D_PIC in runnable/s2ir.d
  • Loading branch information
9rnsr committed Jan 11, 2015
2 parents 93986fd + 7bd4a94 commit 0dd8abd
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 0dd8abd

Please sign in to comment.