BizHawk/yabause/src/psp/me-sectend.c

6 lines
260 B
C

// Define section end symbols for ../scsp.c
__attribute__((section(".meshared.scsp.sc_write"), aligned(64)))
volatile char __scsp_sectend_sc_write;
__attribute__((section(".meshared.scsp.me_write"), aligned(64)))
volatile char __scsp_sectend_me_write;