summaryrefslogtreecommitdiff
path: root/src/grapes/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grapes/test/main.c')
-rw-r--r--src/grapes/test/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grapes/test/main.c b/src/grapes/test/main.c
index d10ad35..0413889 100644
--- a/src/grapes/test/main.c
+++ b/src/grapes/test/main.c
@@ -4,5 +4,5 @@ void printk(char *s) {
void start() {
printk("Hi world !");
- asm volatile("int $64" : : "a"(0));
+ asm volatile("int $64" : : "a"(3), "b"(0));
}