summaryrefslogtreecommitdiff
path: root/v/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'v/entry.S')
-rw-r--r--v/entry.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/v/entry.S b/v/entry.S
index e4f1ca4..ae4e57c 100644
--- a/v/entry.S
+++ b/v/entry.S
@@ -32,7 +32,6 @@ handle_reset:
slli t0, t0, 12
add sp, sp, t0
csrw mscratch, sp
- li a1, 1337
la a0, userstart
j vm_boot