diff options
-rw-r--r-- | opcode.h | 2 | ||||
-rw-r--r-- | regen/opcodes | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2044,7 +2044,7 @@ EXTCONST U32 PL_opargs[] = { 0x0001141c, /* waitpid */ 0x0002941d, /* system */ 0x0002941d, /* exec */ - 0x0000245d, /* kill */ + 0x0000241d, /* kill */ 0x0000001c, /* getppid */ 0x00009b1c, /* getpgrp */ 0x0009941c, /* setpgrp */ diff --git a/regen/opcodes b/regen/opcodes index ef418a5636..2237f03c3f 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -443,7 +443,7 @@ wait wait ck_null isT0 waitpid waitpid ck_fun isT@ S S system system ck_exec imsT@ S? L exec exec ck_exec imsT@ S? L -kill kill ck_fun dimsT@ L +kill kill ck_fun imsT@ L getppid getppid ck_null isT0 getpgrp getpgrp ck_fun isT% S? setpgrp setpgrp ck_fun isT@ S? S? |