compiles on sparc again

This commit is contained in:
Araq
2014-02-09 01:34:17 +01:00
parent 783095a100
commit ac3bce79d1
2 changed files with 1 additions and 2 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".}

View File

@@ -4,7 +4,6 @@ version 0.9.4
- fix GC issues
- fix macros\tstringinterp.nim
- test and fix showoff
- test C source code generation
- fix closures
- test and fix exception handling
- implement 'union' and 'bits' pragmas