Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2019-07-05 11:25:18 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2019-07-05 11:44:30 +0300
commit13378ad1ac1360eace1bc529a8c5ffd1fc7f915c (patch)
tree9e20af17bea3bdaae9e928384e6580795e01f0af /spirv_parser.cpp
parent6d9c502a3a25c97bc937f9be8309ce9321dd8506 (diff)
Add simple test for extended debug operations.
Diffstat (limited to 'spirv_parser.cpp')
-rw-r--r--spirv_parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/spirv_parser.cpp b/spirv_parser.cpp
index 84304f6d..a271eadf 100644
--- a/spirv_parser.cpp
+++ b/spirv_parser.cpp
@@ -1071,6 +1071,7 @@ void Parser::parse(const Instruction &instruction)
// OpNoLine might come at global scope.
if (current_block)
current_block->ops.push_back(instruction);
+ break;
}
// Actual opcodes.