Wrapped setSysCallReturn in !FULL_SYSTEM.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 10 Mar 2006 20:12:46 +0000 (15:12 -0500)
committerGabe 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

index 0cf31cb503759bf052c016a1a0f5d1b7e4f4d7df..8781938814d06d070b5a30444222610b1b2478ec 100644 (file)
@@ -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