Cleanup 64 bit IR type handling.

This commit is contained in:
Mike Pall
2010-12-05 19:49:29 +01:00
parent 6a7605ec85
commit b1fb71fb98
4 changed files with 48 additions and 30 deletions

View File

@@ -129,20 +129,23 @@ local irtype_text = {
"tru",
"lud",
"str",
"ptr",
"p32",
"thr",
"pro",
"fun",
"t09",
"p64",
"cdt",
"tab",
"udt",
"num",
"int",
"i8 ",
"u8 ",
"i16",
"u16",
"int",
"u32",
"i64",
"u64",
}
local colortype_ansi = {
@@ -165,6 +168,9 @@ local colortype_ansi = {
"\027[35m%s\027[m",
"\027[35m%s\027[m",
"\027[35m%s\027[m",
"\027[35m%s\027[m",
"\027[35m%s\027[m",
"\027[35m%s\027[m",
}
local function colorize_text(s, t)