arch-sparc: Replace M5_NO_INLINE with GEM5_NO_INLINE.

Change-Id: Ibea33196765cc2d038d12c1388e6585275eaba55
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45235
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
This commit is contained in:
Gabe Black
2021-05-08 20:36:21 -07:00
parent ce6b5e7e33
commit 650b27f755

View File

@@ -55,7 +55,7 @@ class %(class_name)s : public %(base_class)s
// 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;
};
}};