aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2019-12-29 19:34:54 +0100
committerLemonBoy <thatlemon@gmail.com>2020-01-02 18:57:08 +0100
commit0ccac79c8ebc1ed56dbdab068076a86924a015bc (patch)
treea7dfe2ba2535f7d4c50f2f8bae07e97df1a2ef19 /src/ir.cpp
parent08a26fea0918fba1dd315781fa96d457da5bcb50 (diff)
downloadzig-0ccac79c8ebc1ed56dbdab068076a86924a015bc.tar.gz
zig-0ccac79c8ebc1ed56dbdab068076a86924a015bc.zip
Implement Thiscall CC
Diffstat (limited to 'src/ir.cpp')
-rw-r--r--src/ir.cpp1
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: