diff options
author | Treeki <treeki@gmail.com> | 2011-07-11 00:43:12 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-07-11 00:43:12 +0200 |
commit | 17d678731d5c549c4dfdecc1991ae0d3df4389b5 (patch) | |
tree | 8f8e17269cdc2b6820970351898b692f31b80828 /kamek_ntsc2.x | |
parent | 64867e6578cca37971fd0cf08344a3e39e654bc2 (diff) | |
download | kamek-17d678731d5c549c4dfdecc1991ae0d3df4389b5.tar.gz kamek-17d678731d5c549c4dfdecc1991ae0d3df4389b5.zip |
fixed a bug with the C++ init code
Diffstat (limited to '')
-rw-r--r-- | kamek_ntsc2.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kamek_ntsc2.x b/kamek_ntsc2.x index ebb5b3e..1636599 100644 --- a/kamek_ntsc2.x +++ b/kamek_ntsc2.x @@ -1021,6 +1021,7 @@ SECTIONS { *(.text) __ctor_loc = . ; *(.ctors) + __ctor_end = . ; *(.dtors) *(.rodata) /**(.sdata)*/ |