summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-vm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit-vm.cpp')
-rw-r--r--source/slang/slang-emit-vm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/slang/slang-emit-vm.cpp b/source/slang/slang-emit-vm.cpp
index 36fa1cea6..1602fbfb8 100644
--- a/source/slang/slang-emit-vm.cpp
+++ b/source/slang/slang-emit-vm.cpp
@@ -356,9 +356,9 @@ public:
case kIROp_UInt64Type:
case kIROp_UIntPtrType:
case kIROp_PtrType:
- case kIROp_OutType:
- case kIROp_InOutType:
- case kIROp_RefType:
+ case kIROp_OutParamType:
+ case kIROp_BorrowInOutParamType:
+ case kIROp_RefParamType:
case kIROp_NativePtrType:
extCode.scalarType = kSlangByteCodeScalarTypeUnsignedInt;
extCode.scalarBitWidth = 3;