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

Change subject: arch-sparc: Replace M5_NO_INLINE with GEM5_NO_INLINE.
......................................................................

arch-sparc: Replace M5_NO_INLINE with GEM5_NO_INLINE.

Change-Id: Ibea33196765cc2d038d12c1388e6585275eaba55
---
M src/arch/sparc/isa/formats/basic.isa
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/arch/sparc/isa/formats/basic.isa b/src/arch/sparc/isa/formats/basic.isa
index 8a3f174..2ee6faa 100644
--- a/src/arch/sparc/isa/formats/basic.isa
+++ b/src/arch/sparc/isa/formats/basic.isa
@@ -55,7 +55,7 @@
     // Constructor.
     %(class_name)s(ExtMachInst machInst);
     Fault execute(ExecContext *, Trace::InstRecord *) const override;
-    M5_NO_INLINE Fault doFpOp(ExecContext *, Trace::InstRecord *) const;
+    GEM5_NO_INLINE Fault doFpOp(ExecContext *, Trace::InstRecord *) const;
 };
 }};


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45235
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: Ibea33196765cc2d038d12c1388e6585275eaba55
Gerrit-Change-Number: 45235
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