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 1a55408a7b..658a0cc691 100644
--- a/yjit_core.h
+++ b/yjit_core.h
@@ -156,7 +156,7 @@ typedef void (*branchgen_fn)(codeblock_t* cb, uint8_t* target0, uint8_t* target1
Store info about an outgoing branch in a code segment
Note: care must be taken to minimize the size of branch_t objects
*/
-typedef struct BranchEntry
+typedef struct yjit_branch_entry
{
// Positions where the generated code starts and ends
uint32_t start_pos;