mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-28 14:49:03 +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