projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b283db
)
Wrapped setSysCallReturn in !FULL_SYSTEM.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Mar 2006 20:12:46 +0000
(15:12 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Mar 2006 20:12:46 +0000
(15:12 -0500)
--HG--
extra : convert_revision :
c6d3a5af04731a92eaca2337424ba10926f0d879
arch/alpha/isa_traits.hh
patch
|
blob
|
history
diff --git
a/arch/alpha/isa_traits.hh
b/arch/alpha/isa_traits.hh
index 0cf31cb503759bf052c016a1a0f5d1b7e4f4d7df..8781938814d06d070b5a30444222610b1b2478ec 100644
(file)
--- a/
arch/alpha/isa_traits.hh
+++ b/
arch/alpha/isa_traits.hh
@@
-344,6
+344,7
@@
extern const int reg_redir[NumIntRegs];
const Addr MaxAddr = (Addr)-1;
+#if !FULL_SYSTEM
static inline void setSyscallReturn(SyscallReturn return_value, RegFile *regs)
{
// check for error condition. Alpha syscall convention is to
@@
-359,6
+360,7
@@
extern const int reg_redir[NumIntRegs];
regs->intRegFile[ReturnValueReg] = -return_value.value();
}
}
+#endif
};
static inline AlphaISA::ExtMachInst