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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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