bootloade/arm: Change a physical address to phys_addr_t.

Fixes a compile error with recent GCC.
This commit is contained in:
Augustin Cavalier
2019-06-17 21:07:16 -04:00
parent be8d35d2a4
commit 99bcdc503c
+1 -1
View File
@@ -48,7 +48,7 @@ public:
protected:
addr_t fBase;
addr_t fPhysicalBase;
phys_addr_t fPhysicalBase;
size_t fSize;
int fCurrentWidth;
int fCurrentHeight;