CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2023/04/28 04:19:07
Modified files: sys/dev/fdt : qcscm.c Log message: Fix memory constraints in the inline-assembly stub that calls into secure mode. Without this change the compiler doesn't realize that the memory behind the array that contains the return values might have changed and optimizes the access away. With this change it properly access the array to retrieve the returned values. ok drahn@