diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-07-10 16:17:09 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-07-10 16:19:51 -0400 |
| commit | 67f3bc9101957a414550ea192918da6174a2fcd2 (patch) | |
| tree | 2cef52a6d68da12a5978f2b577bddaaed95cbb70 /src/ir.cpp | |
| parent | ea90a3a9a16af83efdd8878285d5f53ae36ba9f3 (diff) | |
| download | zig-67f3bc9101957a414550ea192918da6174a2fcd2.tar.gz zig-67f3bc9101957a414550ea192918da6174a2fcd2.zip | |
mingw: building and linking msvcrt-os.lib
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index 94307627a1..616bb23132 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -15027,9 +15027,10 @@ static IrInstruction *ir_analyze_instruction_export(IrAnalyze *ira, IrInstructio break; } } break; + case ZigTypeIdInt: + break; case ZigTypeIdVoid: case ZigTypeIdBool: - case ZigTypeIdInt: case ZigTypeIdFloat: case ZigTypeIdPointer: case ZigTypeIdComptimeFloat: |
