summaryrefslogtreecommitdiff
path: root/source/slang/mangle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/mangle.cpp')
-rw-r--r--source/slang/mangle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/mangle.cpp b/source/slang/mangle.cpp
index 7a50903a0..d3e2f833f 100644
--- a/source/slang/mangle.cpp
+++ b/source/slang/mangle.cpp
@@ -170,6 +170,7 @@ namespace Slang
// (both types and values) to be mangled in terms of their
// "depth" (how many outer generics) and "index" (which
// parameter are they at the specified depth).
+ emitRaw(context, "K");
emitName(context, genericParamIntVal->declRef.GetName());
}
else if( auto constantIntVal = dynamic_cast<ConstantIntVal*>(val) )