Deleted Added
sdiff udiff text old ( 7682:37c56be05af0 ) new ( 8610:9bdd52a2214c )
full compact
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license
9// terms below provided that you ensure that this notice is replicated

--- 188 unchanged lines hidden (view full) ---

198 pass
199
200 def getAllocator(self, microFlags):
201 return "new MicroHalt(machInst, macrocodeBlock, %s)" % \
202 self.microFlagsText(microFlags)
203
204 microopClasses["halt"] = Halt
205}};