Deleted Added
sdiff udiff text old ( 2754:e3d023bc752c ) new ( 5222:bb733a878f85 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

67 }
68}};
69
70output exec {{
71 Fault
72 Unknown::execute(%(CPU_exec_context)s *xc,
73 Trace::InstRecord *traceData) const
74 {
75 return new ReservedInstructionFault;
76 }
77}};
78
79def format Unknown() {{
80 decode_block = 'return new Unknown(machInst);\n'
81}};
82