mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
use macros for compiler alignment and section directives
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef JUTFONTDATA_ASCFONT_FIX12_H
|
||||
#define JUTFONTDATA_ASCFONT_FIX12_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "global.h"
|
||||
|
||||
extern const u8 JUTResFONT_Ascfont_fix12[] __attribute__((aligned(32)));
|
||||
extern const u8 JUTResFONT_Ascfont_fix12[] ALIGN_DECL(32);
|
||||
|
||||
#endif /* JUTFONTDATA_ASCFONT_FIX12_H */
|
||||
|
||||
Reference in New Issue
Block a user