Small fixes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2465 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Phipps 2003-01-17 00:54:52 +00:00
parent 290886ec7c
commit fa0e80da02
1 changed files with 1 additions and 1 deletions

View File

@ -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