mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Added back missing return statement
This commit is contained in:
+1
-1
@@ -2515,10 +2515,10 @@ void check_shift(CheckerContext *c, Operand *x, Operand *y, Ast *node, Type *typ
|
|||||||
gb_string_free(x_str);
|
gb_string_free(x_str);
|
||||||
gb_string_free(to_type);
|
gb_string_free(to_type);
|
||||||
x->mode = Addressing_Invalid;
|
x->mode = Addressing_Invalid;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// x->value = x_val;
|
// x->value = x_val;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user