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;