Use round-toward-0 instead of round-to-nearest in fixed-point example.
[pintos-anon] / src / userprog / syscall.h
1 #ifndef USERPROG_SYSCALL_H
2 #define USERPROG_SYSCALL_H
3
4 void syscall_init (void);
5
6 #endif /* userprog/syscall.h */