base_dyn_inst.cc (5595:6ebdae3f619b) base_dyn_inst.cc (5737:f43dbc09fad3)
1/*
2 * Copyright (c) 2006 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;

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

29 */
30
31#include "cpu/base_dyn_inst_impl.hh"
32#include "cpu/o3/cpu.hh"
33#include "cpu/o3/isa_specific.hh"
34
35// Explicit instantiation
36template class BaseDynInst<O3CPUImpl>;
1/*
2 * Copyright (c) 2006 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;

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

29 */
30
31#include "cpu/base_dyn_inst_impl.hh"
32#include "cpu/o3/cpu.hh"
33#include "cpu/o3/isa_specific.hh"
34
35// Explicit instantiation
36template class BaseDynInst<O3CPUImpl>;
37
38template <>
39int
40BaseDynInst<O3CPUImpl>::instcount = 0;