handles to handle typo :(
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@241
This commit is contained in:
parent
eb18047ff7
commit
2bfdd0f6d9
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ static Bit8u EMM_ReallocatePages(Bit16u handle,Bit16u & pages) {
|
|||
return EMM_NO_ERROR;
|
||||
}
|
||||
/* Size exactly the same as the original size */
|
||||
pages=emm_handles[handles].pages;
|
||||
pages=emm_handles[handle].pages;
|
||||
return EMM_NO_ERROR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue