throw new NotImplemented();
}
@BIF
public static EAtom check_process_code(EObject pid_arg, EObject mod_arg) {
EPID pid = pid_arg.testPID();
EAtom mod = mod_arg.testAtom();
if (pid == null || mod == null) { throw ERT.badarg(pid_arg, mod_arg); }
log.log(Level.FINE, "check_process_code not implemented (" + pid + ", " + mod + ")");