s/hp300_btop/m68k_btop/

This commit is contained in:
veego 1997-06-10 18:51:31 +00:00
parent fb53429628
commit 6a57e397b7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mem.c,v 1.16 1997/04/01 03:12:25 scottr Exp $ */
/* $NetBSD: mem.c,v 1.17 1997/06/10 18:51:31 veego Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -228,5 +228,5 @@ mmmmap(dev, off, prot)
*/
if ((unsigned)off < lowram || (unsigned)off >= 0xFFFFFFFC)
return (-1);
return (hp300_btop(off));
return (m68k_btop(off));
}