Deleted Added
sdiff udiff text old ( 4167:ce5d0f62f13b ) new ( 4539:6eeeea62b7c4 )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

71 tgt = branchTarget(tc);
72 return true;
73 }
74
75 return false;
76}
77
78StaticInstPtr
79StaticInst::fetchMicroop(MicroPC micropc)
80{
81 panic("StaticInst::fetchMicroop() called on instruction "
82 "that is not microcoded.");
83}
84