office-gobmx/bridges/source
Tor Lillqvist 0c05d4dc48 Fix register clobber information and simplify in the C++/UNO bridge for iOS
Avoid the use of unnecessary local variables to temporarily keep
return values from a function called by the inline assembly. Instead
use the GPR and FPR arrays also to temporarily keep such return
values, like the Linux aarch64 code does.

This fixes https://github.com/CollaboraOnline/online/issues/5204

Change-Id: I11aac56e9c8cc8aff1a3653ced45bdf4844cbcca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139604
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2022-09-07 20:53:36 +02:00
..
cpp_uno Fix register clobber information and simplify in the C++/UNO bridge for iOS 2022-09-07 20:53:36 +02:00
jni_uno