Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45065 )

Change subject: arch-sparc: Fix the SPARC build.
......................................................................

arch-sparc: Fix the SPARC build.

Change-Id: I233d32f67fc4e5e9f88c3bc95f9f8614543b2885
---
M src/arch/sparc/pseudo_inst_abi.hh
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/src/arch/sparc/pseudo_inst_abi.hh b/src/arch/sparc/pseudo_inst_abi.hh
index 446043a..95bc460 100644
--- a/src/arch/sparc/pseudo_inst_abi.hh
+++ b/src/arch/sparc/pseudo_inst_abi.hh
@@ -28,7 +28,8 @@
 #ifndef __ARCH_SPARC_PSEUDO_INST_ABI_HH__
 #define __ARCH_SPARC_PSEUDO_INST_ABI_HH__

-#include "arch/sparc/registers.hh"
+#include "arch/sparc/regs/int.hh"
+#include "cpu/thread_context.hh"
 #include "sim/guest_abi.hh"

 struct SparcPseudoInstABI

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45065
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I233d32f67fc4e5e9f88c3bc95f9f8614543b2885
Gerrit-Change-Number: 45065
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to