No need to load function addresses in registers and branch to the register
authormiod <miod@openbsd.org>
Fri, 24 Nov 2023 07:57:39 +0000 (07:57 +0000)
committermiod <miod@openbsd.org>
Fri, 24 Nov 2023 07:57:39 +0000 (07:57 +0000)
commit429a74cfadd7b27c83537f8f86c15b7f27a31999
tree2e94f6da462ffdb0c328b7c1efbe74f85db65425
parentb0e205f04ed8e83dc0258f7b715e42fa7a3e4ae9
No need to load function addresses in registers and branch to the register
contents when there is that nifty instruction called "call"; NFC
sys/arch/riscv64/riscv64/cpuswitch.S
sys/arch/riscv64/riscv64/exception.S