From 6bc5584addffa20639d5bc7dcc789f76a298e1e5 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 4 Nov 2017 00:16:54 +0000 Subject: Fix fmt printing `uintptr` type --- src/ir.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/ir.cpp') diff --git a/src/ir.cpp b/src/ir.cpp index 4056dc88f..e015a7056 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -376,12 +376,12 @@ enum irParamPasskind { }; struct irValueParam { - irParamPasskind kind; - irProcedure * parent; - Entity * entity; - Type * type; - Type * original_type; - Array referrers; + irParamPasskind kind; + irProcedure * parent; + Entity * entity; + Type * type; + Type * original_type; + Array referrers; }; struct irValue { -- cgit v1.2.3