From 6d68887c8747b72419af6f6549be7c3addd09aad Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 13 Nov 2011 02:05:27 -0800 Subject: Power: Implement a stub for getArgument. --- src/arch/power/utility.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/power/utility.hh') diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh index 349054774..0dc9294a5 100644 --- a/src/arch/power/utility.hh +++ b/src/arch/power/utility.hh @@ -78,6 +78,8 @@ advancePC(PCState &pc, const StaticInstPtr inst) pc.advance(); } +uint64_t getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp); + static inline bool inUserMode(ThreadContext *tc) { -- cgit v1.2.3