Changes in boot/generic/src/balloc.c [c7f23c0:4872160] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/src/balloc.c
rc7f23c0 r4872160 65 65 void *balloc_rebase(void *ptr) 66 66 { 67 return (void *) (( (uintptr_t) ptr - phys_base)+ ballocs->base);67 return (void *) ((uintptr_t) ptr - phys_base + ballocs->base); 68 68 }
Note:
See TracChangeset
for help on using the changeset viewer.