random: Fix behavior of kernel option "-rs".
[pintos-anon] / user / syscall-stub.S
1 .globl syscall
2 syscall:
3         int $0x30
4         retl