process.hh (11851:824055fe6b30) process.hh (12431:000549e1f497)
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;

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

53 public:
54 MipsISA::IntReg getSyscallArg(ThreadContext *tc, int &i);
55 /// Explicitly import the otherwise hidden getSyscallArg
56 using Process::getSyscallArg;
57 void setSyscallArg(ThreadContext *tc, int i, MipsISA::IntReg val);
58 void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value);
59};
60
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;

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

53 public:
54 MipsISA::IntReg getSyscallArg(ThreadContext *tc, int &i);
55 /// Explicitly import the otherwise hidden getSyscallArg
56 using Process::getSyscallArg;
57 void setSyscallArg(ThreadContext *tc, int i, MipsISA::IntReg val);
58 void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value);
59};
60
61/* No architectural page table defined for this ISA */
62typedef NoArchPageTable ArchPageTable;
63
64
65#endif // __MIPS_PROCESS_HH__
61#endif // __MIPS_PROCESS_HH__