summaryrefslogtreecommitdiff
path: root/yjit_core.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-03-17 11:00:36 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:32 -0400
commitf505446d1f03cb24eeb771959efece2e5d89df73 (patch)
tree7b4592a5d7f9bc86833ebe97a04d5cba9d623860 /yjit_core.h
parent4b80358e5d0c83cd2925fd458f2c83136f804e5c (diff)
Yjit: rename context struct
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;