Deleted Added
sdiff udiff text old ( 12899:9a512f5c4e91 ) new ( 12939:5256de693153 )
full compact
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

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

72 public:
73 sc_unwind_exception(const sc_unwind_exception &);
74 virtual ~sc_unwind_exception() throw();
75
76 protected:
77 sc_unwind_exception();
78};
79
80class sc_process_handle
81{
82 private:
83 ::sc_gem5::Process *_gem5_process;
84
85 public:
86 sc_process_handle();
87 sc_process_handle(const sc_process_handle &);

--- 74 unchanged lines hidden ---