Skip to content
Snippets Groups Projects
Commit 89df5e53 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Remove debugging print

parent fee95a04
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ pub unsafe extern fn syscall() {
let rbp;
asm!("" : "={rbp}"(rbp) : : : "intel", "volatile");
println!("{:X}, {:X}", stack.rax, stack.rbx);
syscall::syscall(stack.rax, stack.rbx, stack.rcx, stack.rdx, stack.rsi, stack.rdi, rbp, stack)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment