summaryrefslogtreecommitdiff
path: root/kamek_pal.x
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-07-11 00:43:12 +0200
committerTreeki <treeki@gmail.com>2011-07-11 00:43:12 +0200
commit17d678731d5c549c4dfdecc1991ae0d3df4389b5 (patch)
tree8f8e17269cdc2b6820970351898b692f31b80828 /kamek_pal.x
parent64867e6578cca37971fd0cf08344a3e39e654bc2 (diff)
downloadkamek-17d678731d5c549c4dfdecc1991ae0d3df4389b5.tar.gz
kamek-17d678731d5c549c4dfdecc1991ae0d3df4389b5.zip
fixed a bug with the C++ init code
Diffstat (limited to '')
-rw-r--r--kamek_pal.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x
index a8fb7ca..987ee45 100644
--- a/kamek_pal.x
+++ b/kamek_pal.x
@@ -1021,6 +1021,7 @@ SECTIONS {
*(.text)
__ctor_loc = . ;
*(.ctors)
+ __ctor_end = . ;
*(.dtors)
*(.rodata)
/**(.sdata)*/