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:
@@ -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;
|
||||
};
|
||||
}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user