> Date: Tue, 9 Nov 2010 18:19:08 -0800
> From: Philip Guenther <guent...@gmail.com>
> 
> >>       /* exceptions */
> >>       for (x = 0; x < 32; x++) {
> >>               ist = (x == 8) ? 1 : 0;
> >> +             // ist = (x == 8) ? 1 : (x == 2) ? 2 : 0;
> >
> > why do you need this comment?  or is it a reminder to have
> > a separate stack for the NMI in the future?
> 
> Yep.  I was thinking of doing it as part of this diff, realized I
> didn't know how to test it, and so left it as a comment.

In any case, please avoid commiting C++ style comments.

Reply via email to