Deleted Added
sdiff udiff text old ( 2683:d6b72bb2ed97 ) new ( 2715:4032e02b525e )
full compact
1/*
2 * Copyright (c) 2001-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;

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

181 std::vector<std::string> &envp);
182
183 virtual void argsInit(int intSize, int pageSize);
184
185 public:
186 virtual void syscall(int64_t callnum, ThreadContext *tc);
187
188 virtual SyscallDesc* getDesc(int callnum) = 0;
189};
190
191
192#endif // !FULL_SYSTEM
193
194#endif // __PROCESS_HH__