summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-04-19 15:29:48 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:33 -0400
commit33c975b813a2be9fb02e526b7a63096dff385614 (patch)
tree1ba8dede0deee64a5172ea7ffd016480b970004d /yjit_iface.h
parent23f88957e691cbc11375627bbc26a35cd3a3465c (diff)
Merge pull request #114 from Shopify/yjit-dup-comments
YJIT: Avoid adding duplicate code comments
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 14992a0be8..cc8d3f7012 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -70,7 +70,7 @@ YJIT_DECLARE_COUNTERS(
#undef YJIT_DECLARE_COUNTERS
struct yjit_comment {
- int32_t offset;
+ uint32_t offset;
const char *comment;
};