mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
unstaged file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user