sim: Remove mention of alpha.

Change-Id: Iec6b9284383d380885955438c3693b0d2efc497e
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24649
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
This commit is contained in:
Gabe Black
2020-01-22 21:20:06 -08:00
parent d1fd4311b4
commit 208dcd315e
2 changed files with 4 additions and 6 deletions

View File

@@ -1568,9 +1568,7 @@ cloneFunc(SyscallDesc *desc, int callnum, ThreadContext *tc)
cp->setSyscallReturn(ctc, 0);
#if THE_ISA == ALPHA_ISA
ctc->setIntReg(TheISA::SyscallSuccessReg, 0);
#elif THE_ISA == SPARC_ISA
#if THE_ISA == SPARC_ISA
tc->setIntReg(TheISA::SyscallPseudoReturnReg, 0);
ctc->setIntReg(TheISA::SyscallPseudoReturnReg, 1);
#endif

View File

@@ -28,8 +28,8 @@
* Authors: Nathan Binkert
*/
#ifndef __ARCH_ALPHA_VPTR_HH__
#define __ARCH_ALPHA_VPTR_HH__
#ifndef __SIM_VPTR_HH__
#define __SIM_VPTR_HH__
#include "mem/fs_translating_port_proxy.hh"
@@ -132,4 +132,4 @@ class VPtr
}
};
#endif // __ARCH_ALPHA_VPTR_HH__
#endif // __SIM_VPTR_HH__