Move alphaI to x22 to leave x18 unused (reserved on OSX)

This commit is contained in:
Martin Kroeker
2021-09-17 09:53:18 +02:00
committed by GitHub
parent 590fbff06e
commit 90cc944625

View File

@@ -49,7 +49,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define pCRow3 x15
#define pA x16
#define alphaR x17
#define alphaI x18
#define alphaI x22
#define temp x19
#define tempOffset x20
#define tempK x21