diff options
Diffstat (limited to 'source/slang/emit.cpp')
| -rw-r--r-- | source/slang/emit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp index 53f02cc56..18216de81 100644 --- a/source/slang/emit.cpp +++ b/source/slang/emit.cpp @@ -7500,7 +7500,7 @@ String emitEntryPoint( // none of our target supports generics, or interfaces, // so we need to specialize those away. // - specializeGenerics(irModule); + specializeGenerics(irModule, sharedContext.target); // Debugging code for IR transformations... #if 0 |
