Use x21 for I to leave x18 unused (reserved on OSX)

This commit is contained in:
Martin Kroeker 2021-09-17 09:19:51 +02:00 committed by GitHub
parent 7d4a221579
commit 0a4ac4b585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ All rights reserved.
#define B00 x22 #define B00 x22
#define I x18 #define I x21
#define J x19 #define J x19
#define TEMP1 x20 #define TEMP1 x20