fix build regression due to last merge

This commit is contained in:
Joel Dice 2012-05-04 18:59:15 -06:00
parent 5ef5158bc1
commit 189340954a

View File

@ -612,7 +612,7 @@ class MyStackWalker: public Processor::StackWalker {
}
void next() {
expect(t, count_ <= StackSizeInWords);
expect(t, count_ <= stackSizeInWords(t));
switch (state) {
case Continuation: