diff options
Diffstat (limited to 'src/launch')
| -rw-r--r-- | src/launch/src/CRuntimeZero.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/launch/src/CRuntimeZero.S b/src/launch/src/CRuntimeZero.S index 4f983b46..6a6d3257 100644 --- a/src/launch/src/CRuntimeZero.S +++ b/src/launch/src/CRuntimeZero.S @@ -10,6 +10,9 @@ .extern ThrExitMainThread .globl _NeMain +/** This should not be touched unless there's a **really** valid reason to it. + \note This helps start the ne_launch program. +*/ _NeMain: push %rbp movq %rsp, %rbp |
