diff options
Diffstat (limited to 'examples/hello_world')
-rw-r--r-- | examples/hello_world/src/main.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_world/src/main.zig b/examples/hello_world/src/main.zig index 69e9813..b23b3dc 100644 --- a/examples/hello_world/src/main.zig +++ b/examples/hello_world/src/main.zig @@ -9,7 +9,7 @@ export fn _start() void { pub fn main() void { const s = "Hello from U-mode init"; asm volatile ( - \\ li a7, 100000 + \\ li a7, 100001 \\ ecall : : [s] "{a0}" (s.ptr), |