unstaged file

This commit is contained in:
Zahary Karadjov
2015-01-05 03:56:05 +02:00
parent 5e4ae8dbb4
commit f3c55704a0

View File

@@ -165,7 +165,7 @@ const
HighRegisterPressure = 40
proc getTemp(c: PCtx; tt: PType): TRegister =
let typ = tt.skipTypes({tyStatic})
let typ = tt.safeSkipTypes({tyStatic})
let c = c.prc
# we prefer the same slot kind here for efficiency. Unfortunately for
# discardable return types we may not know the desired type. This can happen