Skip to content

Commit

Permalink
can't directly load a TLS variable in IASM
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jan 5, 2015
1 parent cef477a commit f90ec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/s2ir.d
Expand Up @@ -5,7 +5,7 @@ import std.stdio;

void test1()
{ int i;
static int j;
__gshared int j;

version (D_InlineAsm_X86)
{
Expand Down

0 comments on commit f90ec94

Please sign in to comment.