mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
More AST dumps fixed. Throw simplified by removing "DECL_THROW", which also unearthed a bug.
This commit is contained in:
@@ -1133,7 +1133,7 @@ static inline bool gencontext_emit_throw_branch_for_single_throw(GenContext *con
|
||||
}
|
||||
|
||||
|
||||
static inline void gencontext_emit_throw_branch(GenContext *context, LLVMValueRef value, Decl** errors, ThrowInfo *throw_info, ErrorReturn error_return)
|
||||
static inline void gencontext_emit_throw_branch(GenContext *context, LLVMValueRef value, TypeInfo** errors, ThrowInfo *throw_info, ErrorReturn error_return)
|
||||
{
|
||||
Type *call_error_type;
|
||||
switch (error_return)
|
||||
|
||||
Reference in New Issue
Block a user