gfxstack.c 393 Bytes
/*====================================================================
 * gfxstack.c
 *
 * space for the matrix stack for the GFX microcode in main memory
 *
 * Put in a separate .c since all .o are dcache line-size aligned.
 *
 *====================================================================*/

#include <ultra64.h>

u64  dram_stack[SP_DRAM_STACK_SIZE64] __attribute__((aligned (16)));