diff options
author | YamaArashi <shadow962@live.com> | 2016-04-22 18:25:40 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-22 18:25:40 -0700 |
commit | 0df6676bfccb1d68aa741997702d2a558110d322 (patch) | |
tree | 440a7906ea6e75e17079ff1aed44900942b1e85a /data | |
parent | 0601fb4d0013bd0f2508364b313acbdc371da674 (diff) |
use preprocessor
Diffstat (limited to 'data')
-rw-r--r-- | data/data1.s | 1 | ||||
-rw-r--r-- | data/data2.s | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/data/data1.s b/data/data1.s index ebfa367a5..6428dbac6 100644 --- a/data/data1.s +++ b/data/data1.s @@ -2,7 +2,6 @@ .include "asm/macros.s" .include "constants/constants.s" - .include "asm/charmap.s" .section script_data, "aw", %progbits diff --git a/data/data2.s b/data/data2.s index cdddccb8f..d0a3611c5 100644 --- a/data/data2.s +++ b/data/data2.s @@ -2,7 +2,6 @@ .include "asm/macros.s" .include "constants/constants.s" - .include "asm/charmap.s" .section .rodata |