mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-11 09:23:13 +01:00
Make sure to initialize isBranchToLabel to zero.
Fixes unittest compilation for tango.text.Text.
This commit is contained in:
@@ -61,6 +61,9 @@ struct IRBuilderHelper
|
||||
|
||||
struct IRAsmStmt
|
||||
{
|
||||
IRAsmStmt()
|
||||
: isBranchToLabel(NULL) {}
|
||||
|
||||
std::string code;
|
||||
std::string out_c;
|
||||
std::string in_c;
|
||||
|
||||
Reference in New Issue
Block a user