From f505446d1f03cb24eeb771959efece2e5d89df73 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Wed, 17 Mar 2021 11:00:36 -0400 Subject: Yjit: rename context struct --- yjit_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yjit_core.h') 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; -- cgit v1.2.3