]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/examples/sys/singlestep/main.c
update
[l4.git] / l4 / pkg / examples / sys / singlestep / main.c
index 5a3a2701b2f99e1250c1533e21de836dbd391dfb..be8c8ab9de9e4b5895c5cda45a03be2507df3e84 100644 (file)
@@ -41,7 +41,7 @@ static void thread_func(void)
       asm volatile("nop");
       asm volatile("nop");
       asm volatile("nop");
-      asm volatile("mov $12345678, %%edx" : : : "edx"); // a non-existant cap
+      asm volatile("mov $0x12345000, %%edx" : : : "edx"); // a non-existent cap
       asm volatile("int $0x30\n");
       asm volatile("nop");
       asm volatile("nop");