translate_virtual.tcl 493 Bytes
#
# 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. 
#

###
### Select proper IRIX version
###

if {$SIMOS(TargetOS) == "IRIX5.3"} {
  source "translate_virtual-irix5.3.tcl"
} elseif {$SIMOS(TargetOS) == "IRIX6.4"} {
  source "translate_virtual-irix6.x.tcl"
} else {
  assert($SIMOS(TargetOS) == "IRIX6.2" ) 
  source "translate_virtual-irix6.x.tcl"
}