diff options
| author | LemonBoy <thatlemon@gmail.com> | 2019-12-29 19:34:54 +0100 |
|---|---|---|
| committer | LemonBoy <thatlemon@gmail.com> | 2020-01-02 18:57:08 +0100 |
| commit | 0ccac79c8ebc1ed56dbdab068076a86924a015bc (patch) | |
| tree | a7dfe2ba2535f7d4c50f2f8bae07e97df1a2ef19 /src/ir.cpp | |
| parent | 08a26fea0918fba1dd315781fa96d457da5bcb50 (diff) | |
| download | zig-0ccac79c8ebc1ed56dbdab068076a86924a015bc.tar.gz zig-0ccac79c8ebc1ed56dbdab068076a86924a015bc.zip | |
Implement Thiscall CC
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index da402887c4..de84852f59 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -16752,6 +16752,7 @@ static IrInstruction *ir_analyze_instruction_export(IrAnalyze *ira, IrInstructio case CallingConventionStdcall: case CallingConventionFastcall: case CallingConventionVectorcall: + case CallingConventionThiscall: case CallingConventionAPCS: case CallingConventionAAPCS: case CallingConventionAAPCSVFP: |
