start sketching out pieces for flattened expansions in rows(...)

This commit is contained in:
Ryan Fleury
2025-05-13 11:55:06 -07:00
parent 34304280c9
commit 97c58e3747
3 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -1785,7 +1785,7 @@ struct Bitmap
int width;
int height;
};
raddbg_type_view(Bitmap, lens:bitmap(base, width, height));
raddbg_type_view(Bitmap, bitmap(base, width, height));
static unsigned int
mule_bswap_u32(unsigned int x)