On 2020/11/12 6:52, matthew green wrote:
"Rin Okuyama" writes:Module Name: src Committed By: rin Date: Tue Nov 10 21:40:07 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Test (epp->ep_esch->es_emul != &emul_netbsd) instead ofnice, this is a step forward. an optimisation on it could be to remove this test entirely if neither MODULAR or COMAPT_NETBSD32 are set, as it will always be false there.
Ah, yes. I will commit after some test. Thanks! rin