/*
* accessing the stack below %esp is always a bug.
* The "+ 32" is there due to some instructions (like
- * pusha) doing pre-decrement on the stack and that
+ * pusha) doing post-decrement on the stack and that
* doesn't show up until later..
*/
-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html