CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/27 11:42:23
Modified files:
regress/sys/kern/noexec: noexec.c
Log message:
GCC is being intelligent with our asm statements that were used to pad stuff
before and after a function. We made the assumption that the function would
not be rearranged but would stay between our paddings. Haha, trusting
gcc to not rearrange things, we've never had problems with that.
