diff options
Diffstat (limited to 'src/qcommon/vm_local.h')
-rw-r--r-- | src/qcommon/vm_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/vm_local.h b/src/qcommon/vm_local.h index 8f23a25e..7560832c 100644 --- a/src/qcommon/vm_local.h +++ b/src/qcommon/vm_local.h @@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define OPSTACK_MASK (OPSTACK_SIZE-1) // don't change -// Hardcoded in q3asm an reserved at end of bss +// Hardcoded in q3asm a reserved at end of bss #define PROGRAM_STACK_SIZE 0x10000 #define PROGRAM_STACK_MASK (PROGRAM_STACK_SIZE-1) |