diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/vm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/vm.cpp b/source/slang/vm.cpp index 802c8476b..f5f5540f5 100644 --- a/source/slang/vm.cpp +++ b/source/slang/vm.cpp @@ -1084,7 +1084,7 @@ void resumeThread( VMType resultType = decodeType(frame, &ip); /*UInt argCount = */decodeUInt(&ip); - void* argPtrs[16] = { 0 }; + //void* argPtrs[16] = { 0 }; auto leftOpnd = decodeOperandPtrAndType(frame, &ip); auto type = leftOpnd.type; auto leftPtr = leftOpnd.ptr; |
