Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/24649 )
Change subject: sim: Remove mention of alpha.
......................................................................
sim: Remove mention of alpha.
Change-Id: Iec6b9284383d380885955438c3693b0d2efc497e
---
M src/sim/syscall_emul.hh
M src/sim/vptr.hh
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/sim/syscall_emul.hh b/src/sim/syscall_emul.hh
index f7d87d4..b9b737a 100644
--- a/src/sim/syscall_emul.hh
+++ b/src/sim/syscall_emul.hh
@@ -1612,9 +1612,7 @@
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
diff --git a/src/sim/vptr.hh b/src/sim/vptr.hh
index 07f00c3..87c9efc 100644
--- a/src/sim/vptr.hh
+++ b/src/sim/vptr.hh
@@ -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 @@
}
};
-#endif // __ARCH_ALPHA_VPTR_HH__
+#endif // __SIM_VPTR_HH__
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/24649
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Iec6b9284383d380885955438c3693b0d2efc497e
Gerrit-Change-Number: 24649
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev