Fix compilation warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2445
This commit is contained in:
parent
3b74afe0c4
commit
8bc8960ab7
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: iohandler.cpp,v 1.18 2005-08-10 20:36:36 qbix79 Exp $ */
|
||||
/* $Id: iohandler.cpp,v 1.19 2006-01-30 10:00:44 harekiet Exp $ */
|
||||
|
||||
#include <string.h>
|
||||
#include "dosbox.h"
|
||||
|
@ -30,7 +30,7 @@ IO_WriteHandler * io_writehandlers[3][IO_MAX];
|
|||
IO_ReadHandler * io_readhandlers[3][IO_MAX];
|
||||
|
||||
static Bitu IO_ReadBlocked(Bitu port,Bitu iolen) {
|
||||
return (Bitu)-1;
|
||||
return ~0;
|
||||
}
|
||||
static void IO_WriteBlocked(Bitu port,Bitu val,Bitu iolen) {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue