summaryrefslogtreecommitdiffhomepage
path: root/example/example_02_nectar
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-19 10:37:08 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-19 10:37:08 +0100
commite0c75cc3dc9a55632c21ea2dc7bab1dfc44e2657 (patch)
tree5c5ec9377e68aa4baee00864af34a4d56c546f82 /example/example_02_nectar
parent300eb04e2567a284f23edff7a8eef96bcd267254 (diff)
feat: asm&frontend: codegen and assembler improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/example_02_nectar')
-rw-r--r--example/example_02_nectar/example.ncpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_02_nectar/example.ncpp b/example/example_02_nectar/example.ncpp
index d7ec86c..b0668a8 100644
--- a/example/example_02_nectar/example.ncpp
+++ b/example/example_02_nectar/example.ncpp
@@ -3,5 +3,5 @@ const main() {
return 0x137;
}
- return 0;
+ return 0x0;
}