Skip to content

Commit

Permalink
snuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cetio committed May 22, 2024
1 parent 497d40b commit f3fc1ea
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 155 deletions.
2 changes: 1 addition & 1 deletion source/fnc/emission/ir.d
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ final:
static if (isSigned!(typeof(arg)))
attr |= SymAttr.SIGNED;

operands ~= new Symbol(glob, attr, null, null, null, null, Marker(arg));
operands ~= new Symbol(attr, null, null, null, null, Marker(arg));
}
}

Expand Down
Loading

0 comments on commit f3fc1ea

Please sign in to comment.