mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 14:55:17 +00:00
![Neel Natu](/assets/img/avatar_default.png)
a function. I made a mistake in assuming that the .cprestore directive will cause the assembler to automatically restore 'gp' after the 'jalr'. The .cprestore directive does its magic only after 'jal' and 'bal' instructions - not the 'jalr'. Pointed out by: c.jayachandran@gmail.com