27e6b2048d4c61b33b5433117dcd57e5fff73024
[pintos-anon] / src / lib / user / syscall-stub.S
1 .globl syscall
2 syscall:
3         int $0x30
4         retl