mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 18:32:22 -07:00
Fix fmt printing uintptr type
This commit is contained in:
+6
-6
@@ -376,12 +376,12 @@ enum irParamPasskind {
|
||||
};
|
||||
|
||||
struct irValueParam {
|
||||
irParamPasskind kind;
|
||||
irProcedure * parent;
|
||||
Entity * entity;
|
||||
Type * type;
|
||||
Type * original_type;
|
||||
Array<irValue *> referrers;
|
||||
irParamPasskind kind;
|
||||
irProcedure * parent;
|
||||
Entity * entity;
|
||||
Type * type;
|
||||
Type * original_type;
|
||||
Array<irValue *> referrers;
|
||||
};
|
||||
|
||||
struct irValue {
|
||||
|
||||
Reference in New Issue
Block a user