lib/syscall_shim: Add `uk_syscall_do_` syms for execenv registrations
Because of the unnecessary conditional during syscall symbols
generation, execenv syscall registrations would not benefit from
having their `uk_syscall_do_` symbol generated automatically.
Fix this by removing this conditional.