Accidently didn't use reference but an ordinary variable - thanks to Marcus
for reading my commit and noticing! :-) Using the test application I could have found that bug; that codepath is currently not used in Haiku. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23801 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3fa048c0a6
commit
0148fb2dbc
@ -387,7 +387,7 @@ set_pci_mode()
|
||||
|
||||
|
||||
status_t
|
||||
get_area_base_and_size(area_id area, addr_t base, size_t size)
|
||||
get_area_base_and_size(area_id area, addr_t &base, size_t &size)
|
||||
{
|
||||
area_info info;
|
||||
status_t status = get_area_info(area, &info);
|
||||
|
Loading…
x
Reference in New Issue
Block a user