[gem5-dev] Change in gem5/gem5[develop]: arch-sparc: Fix the SPARC build.

2021-05-03 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. (  
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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45065
Reviewed-by: Boris Shingarov 
Maintainer: Gabe Black 
Tested-by: kokoro 
---
M src/arch/sparc/pseudo_inst_abi.hh
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Boris Shingarov: Looks good to me, approved
  Gabe Black: Looks good to me, approved
  kokoro: Regressions pass



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: 2
Gerrit-Owner: Gabe Black 
Gerrit-Reviewer: Bobby R. Bruce 
Gerrit-Reviewer: Boris Shingarov 
Gerrit-Reviewer: Gabe Black 
Gerrit-Reviewer: Giacomo Travaglini 
Gerrit-Reviewer: kokoro 
Gerrit-MessageType: merged
___
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

[gem5-dev] Change in gem5/gem5[develop]: arch-sparc: Fix the SPARC build.

2021-05-03 Thread Gabe Black (Gerrit) via gem5-dev
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 
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