summaryrefslogtreecommitdiff
path: root/euler/source/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'euler/source/entry.cpp')
-rw-r--r--euler/source/entry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/euler/source/entry.cpp b/euler/source/entry.cpp
index e79209c..ab721f1 100644
--- a/euler/source/entry.cpp
+++ b/euler/source/entry.cpp
@@ -6,6 +6,8 @@ int main(int argc, char **argv);
extern "C" [[noreturn]] void _start() {
+ //TODO: call static initializers
+
auto argc_raw = euler::syscall::try_get_environment_variable("ARGC");
int argc = argc_raw.has_value() ? std::stoi(argc_raw.value()) : 0;