button.c: ok

One non-matching for regalloc (probably caused by wrong types tbh)
This commit is contained in:
Ibot02
2020-09-09 21:14:07 +02:00
parent cc5bb0133b
commit bff75ad660
5 changed files with 359 additions and 746 deletions
+3
View File
@@ -59,6 +59,9 @@ union SplitWord {
struct {
s16 LO, HI;
} HALF;
struct {
u16 LO, HI;
} HALF_U;
struct {
u8 byte0, byte1, byte2, byte3;
} BYTES;