commit | 9d4db627b2a6a78f7f7959668da94e79e17a7e34 | [log] [tgz] |
---|---|---|
author | Jose E. Marchesi <jose.marchesi@oracle.com> | Tue Nov 28 14:59:38 2023 +0100 |
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | Tue Nov 28 15:01:18 2023 +0100 |
tree | 7332f06f37336f5fb73a379c4aafe2e414b3f903 | |
parent | 4c5f2370fd1b53d56504f28ba55277dbed2a5b69 [diff] |
sim: bpf: do not use semicolon to begin comments The BPF assembler has been updated to follow the clang convention in the interpretation of semicolons: they separate statements and directives, and do not start line comments.