Skip to content

Commit

Permalink
Little error :o
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnask committed May 16, 2011
1 parent fc01bad commit 33bed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/lang/VarArgs.ooc
Expand Up @@ -141,7 +141,7 @@ VarArgsIterator: cover {
result = (argsPtr + nextType size) as T*
argsPtr += nextType size + __pointer_align(nextType size)
} else {
result = (argsPtr + Class size) as Char*
result = (argsPtr + Class size) as T*
argsPtr += Class size + __pointer_align(nextType size)
}
}
Expand Down

0 comments on commit 33bed6e

Please sign in to comment.