translate_virtual.tcl
585 Bytes
#
# Copyright (C) 1998 by the Board of Trustees
# of Leland Stanford Junior University.
# Copyright (C) 1998 Digital Equipment Corporation
#
# This file is part of the SimOS distribution.
# See LICENSE file for terms of the license.
#
#
# Copyright (C) 1996-1998 by the Board of Trustees
# of Leland Stanford Junior University.
#
# This file is part of the SimOS distribution.
# See LICENSE file for terms of the license.
#
##
## return a physical address or 0 if failure
##
## assumes kernel has been defined
##
proc TclTranslateVirtual {cpunum vaddr} {
return 0
}