summaryrefslogtreecommitdiffhomepage
path: root/example/example_02_nectar
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-19 12:41:31 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-19 12:41:31 +0100
commit0c35acc79b523a41f277d25a923ed25f2f668c33 (patch)
treeb4a075135048ebd8c44446b4c53d17d6c65c886a /example/example_02_nectar
parente0c75cc3dc9a55632c21ea2dc7bab1dfc44e2657 (diff)
chore: add more register support to AMD64 Assembler.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/example_02_nectar')
-rw-r--r--example/example_02_nectar/example.ncpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example_02_nectar/example.ncpp b/example/example_02_nectar/example.ncpp
index b0668a8..1a42e0f 100644
--- a/example/example_02_nectar/example.ncpp
+++ b/example/example_02_nectar/example.ncpp
@@ -1,7 +1,7 @@
const main() {
if (0x10 == 0x10) {
- return 0x137;
+ return 0x0;
}
- return 0x0;
+ return;
}