Skip to content

Commit 75f1d13

Browse files
committed
Add one buit for the tempalte id
1 parent 67119a4 commit 75f1d13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mfast/instructions/template_instruction.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class MFAST_EXPORT template_instruction : public group_field_instruction {
2222
cpp_ns, tag),
2323
template_ns_(template_ns), reset_(reset) {
2424
field_type_ = field_type_template;
25+
segment_pmap_size_++; // Add one to the template id bit
2526
}
2627

2728
const char *template_ns() const { return template_ns_; }

0 commit comments

Comments
 (0)