Skip to content

Commit

Permalink
fix python RE
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue committed Aug 17, 2018
1 parent 73ba496 commit be75e63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trunk/core/judge_client/okcalls64.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ int LANG_BV[256] = { 0,1,3,4,5,8,9,10,12,13,14,16,21,33,39,59,63,72,79,99,102,10
SYS_munmap, SYS_open, SYS_read, SYS_rt_sigaction, SYS_rt_sigprocmask,
SYS_stat, SYS_uname, SYS_write, 14, 0 };
//python
int LANG_YV[256] = {0,39,99,302,99,32,72,131,1,2,3,4,5,6,8,9,10,11,12,13,14,16,21,59,78,79,89,97,102,104,107,108,158,202,218,231,257,273
, 41, 42, 146, SYS_mremap, 158, 117, 60, 39, 102, 191,
int LANG_YV[256] = {0,2,3,4,5,6,8,9,10,11,12,13,14,16,21,32,59,72,78,79,89,97,99,102,104,107,108,131,158,218,228,231,273,318,39,99,302,99,32,72,131,1,202,257,41, 42, 146, SYS_mremap, 158, 117, 60, 39, 102, 191,
SYS_access, SYS_arch_prctl, SYS_brk, SYS_close, SYS_execve,
SYS_exit_group, SYS_fcntl, SYS_fstat, SYS_futex, SYS_getcwd,
SYS_getdents, SYS_getegid, SYS_geteuid, SYS_getgid, SYS_getrlimit,
Expand Down

0 comments on commit be75e63

Please sign in to comment.