diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2021-04-19 15:29:48 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:33 -0400 |
commit | 33c975b813a2be9fb02e526b7a63096dff385614 () | |
tree | 1ba8dede0deee64a5172ea7ffd016480b970004d /yjit_iface.h | |
parent | 23f88957e691cbc11375627bbc26a35cd3a3465c (diff) |
Merge pull request #114 from Shopify/yjit-dup-comments
YJIT: Avoid adding duplicate code comments
-rw-r--r-- | yjit_iface.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ YJIT_DECLARE_COUNTERS( #undef YJIT_DECLARE_COUNTERS struct yjit_comment { - int32_t offset; const char *comment; }; |