mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 11:15:59 +01:00
11d3892d28
Since ICI arguments are used to send addresses in some places, uint32 is not sufficient on x86_64. addr_t still refers to the same type as uint32 (unsigned long) on other platforms, so this change only really affects x86_64.