diff options
author | YamaArashi <shadow962@live.com> | 2016-01-07 00:45:06 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-07 00:45:06 -0800 |
commit | cf8f49038161834e920d2a1c28c96a4458741ed4 (patch) | |
tree | c23d29ae53dd6eaa33fe1c9dbd03215b4bb81b4a /asm/emerald.s | |
parent | b18325fc3ef1aff22f927b9a1ee2beea3da1eaa2 (diff) |
begin compiling C source in the build process
Diffstat (limited to 'asm/emerald.s')
-rw-r--r-- | asm/emerald.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/emerald.s b/asm/emerald.s index 2c9519f46..ebf419458 100644 --- a/asm/emerald.s +++ b/asm/emerald.s @@ -13,7 +13,7 @@ Start: .include "asm/crt0.s" .include "asm/main.s" - .include "asm/malloc.s" + .include "genasm/malloc.s" .include "asm/dma3_manager.s" .include "asm/gpu_reg_manager.s" .include "asm/gpu_bg.s" |