mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-19 09:11:30 -07:00
fix packed gep loads with wrong alignment
This commit is contained in:
@@ -66,6 +66,7 @@ struct lbProcedure;
|
||||
struct lbValue {
|
||||
LLVMValueRef value;
|
||||
Type *type;
|
||||
bool is_packed;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user