mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 06:54:16 +00:00
Merge branch 'devel' into pr_union_cast
This commit is contained in:
@@ -639,6 +639,8 @@ proc rawExecute(c: PCtx, start: int, tos: PStackFrame): TFullReg =
|
||||
regs[ra].intVal = cast[int](regs[rb].node.intVal)
|
||||
of rkNodeAddr:
|
||||
regs[ra].intVal = cast[int](regs[rb].nodeAddr)
|
||||
of rkRegisterAddr:
|
||||
regs[ra].intVal = cast[int](regs[rb].regAddr)
|
||||
of rkInt:
|
||||
regs[ra].intVal = regs[rb].intVal
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user