utility.hh (10407:a9023811bf9e) utility.hh (10417:710ee116eb68)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

--- 59 unchanged lines hidden (view full) ---

68static inline void
69copyMiscRegs(ThreadContext *src, ThreadContext *dest)
70{
71}
72
73void skipFunction(ThreadContext *tc);
74
75inline void
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

--- 59 unchanged lines hidden (view full) ---

68static inline void
69copyMiscRegs(ThreadContext *src, ThreadContext *dest)
70{
71}
72
73void skipFunction(ThreadContext *tc);
74
75inline void
76advancePC(PCState &pc, const StaticInstPtr inst)
76advancePC(PCState &pc, const StaticInstPtr &inst)
77{
78 pc.advance();
79}
80
81uint64_t getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp);
82
83static inline bool
84inUserMode(ThreadContext *tc)

--- 16 unchanged lines hidden ---
77{
78 pc.advance();
79}
80
81uint64_t getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp);
82
83static inline bool
84inUserMode(ThreadContext *tc)

--- 16 unchanged lines hidden ---