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 a5d918e commit d601256Copy full SHA for d601256
Tools/cases_generator/target_generator.py
@@ -58,7 +58,7 @@ def write_tailcall_dispatch_table(analysis: Analysis, out: CWriter) -> None:
58
out.emit(f"{function_proto(name)};\n")
59
out.emit("\n")
60
61
- # Emit function prototypes for opcode handlers.
+ # Emit function prototypes for opcode handlers.
62
for name in sorted(analysis.instructions.keys()):
63
64
0 commit comments