base.hh (5702:bf84e2fa05f7) base.hh (5704:98224505352a)
1/*
2 * Copyright (c) 2002-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;

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

93 Addr oldpc;
94 do {
95 oldpc = thread->readPC();
96 system->pcEventQueue.service(tc);
97 } while (oldpc != thread->readPC());
98 }
99
100 public:
1/*
2 * Copyright (c) 2002-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;

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

93 Addr oldpc;
94 do {
95 oldpc = thread->readPC();
96 system->pcEventQueue.service(tc);
97 } while (oldpc != thread->readPC());
98 }
99
100 public:
101 void post_interrupt(int int_num, int index);
101 void postInterrupt(int int_num, int index);
102
103 void zero_fill_64(Addr addr) {
104 static int warned = 0;
105 if (!warned) {
106 warn ("WH64 is not implemented");
107 warned = 1;
108 }
109 };

--- 318 unchanged lines hidden ---
102
103 void zero_fill_64(Addr addr) {
104 static int warned = 0;
105 if (!warned) {
106 warn ("WH64 is not implemented");
107 warned = 1;
108 }
109 };

--- 318 unchanged lines hidden ---