mirror of
https://github.com/zeldaret/tmc
synced 2026-08-17 05:22:02 -04:00
button.c: ok
One non-matching for regalloc (probably caused by wrong types tbh)
This commit is contained in:
@@ -59,6 +59,9 @@ union SplitWord {
|
||||
struct {
|
||||
s16 LO, HI;
|
||||
} HALF;
|
||||
struct {
|
||||
u16 LO, HI;
|
||||
} HALF_U;
|
||||
struct {
|
||||
u8 byte0, byte1, byte2, byte3;
|
||||
} BYTES;
|
||||
|
||||
Reference in New Issue
Block a user