Merge branch 'devel' of github.com:Araq/Nimrod into newasync

This commit is contained in:
Dominik Picheta
2014-02-09 02:44:59 +00:00
10 changed files with 64 additions and 43 deletions

View File

@@ -802,7 +802,7 @@ when defined(sparc): # For SPARC architecture.
# Addresses decrease as the stack grows.
while sp <= max:
gcMark(gch, sp[])
sp = cast[ppointer](cast[TAddress](sp) +% sizeof(pointer))
sp = cast[PPointer](cast[TAddress](sp) +% sizeof(pointer))
elif defined(ELATE):
{.error: "stack marking code is to be written for this architecture".}