We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0e0eb commit aafd106Copy full SHA for aafd106
tool/ruby_vm/views/insns_info.inc.erb
@@ -11,6 +11,8 @@
11
this_file: 'contains instruction information for yarv instruction sequence.',
12
edit: __FILE__,
13
} %>
14
+#ifndef INSNS_INFO_INC
15
+#define INSNS_INFO_INC 1
16
<%= render 'insn_type_chars' %>
17
<%= render 'insn_name_info' %>
18
<%= render 'insn_len_info' %>
@@ -20,3 +22,4 @@
20
22
<%= render 'zjit_helpers' %>
21
23
<%= render 'attributes' %>
24
<%= render 'comptime_insn_stack_increase' %>
25
+#endif
0 commit comments