Small fixes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2465 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
290886ec7c
commit
fa0e80da02
@ -248,7 +248,7 @@ char area::getByte(unsigned long address) { // This is for testing only
|
||||
if (page)
|
||||
return page->getByte(address,manager);
|
||||
else
|
||||
return 0;
|
||||
throw ("area::getByte - attempting an address out of range!");
|
||||
}
|
||||
|
||||
void area::setByte(unsigned long address,char value) { // This is for testing only
|
||||
|
Loading…
Reference in New Issue
Block a user