summaryrefslogtreecommitdiff
path: root/yjit_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_core.h')
-rw-r--r--yjit_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_core.h b/yjit_core.h
index 05e4db0ac3..c9a2c5c888 100644
--- a/yjit_core.h
+++ b/yjit_core.h
@@ -27,7 +27,7 @@
Code generation context
Contains information we can use to optimize code
*/
-typedef struct CtxStruct
+typedef struct yjit_context
{
// Depth of this block in the sidechain (eg: inline-cache chain)
uint8_t chain_depth;