48d47
<
63c62
< clear_all();
---
> clearAll();
66c65,66
< int InterruptLevel(uint64_t softint)
---
> int
> InterruptLevel(uint64_t softint)
79c79,80
< void post(int int_num, int index)
---
> void
> post(int int_num, int index)
89c90,91
< void clear(int int_num, int index)
---
> void
> clear(int int_num, int index)
100c102,103
< void clear_all()
---
> void
> clearAll()
108c111,112
< bool check_interrupts(ThreadContext * tc) const
---
> bool
> checkInterrupts(ThreadContext *tc) const
113c117,118
< Fault getInterrupt(ThreadContext * tc)
---
> Fault
> getInterrupt(ThreadContext *tc)
156,157c161,162
< return new
< InterruptLevelN(InterruptLevel(interrupts[IT_SOFT_INT]));
---
> int level = InterruptLevel(interrupts[IT_SOFT_INT]);
> return new InterruptLevelN(level);
168c173,174
< void updateIntrInfo(ThreadContext * tc)
---
> void
> updateIntrInfo(ThreadContext *tc)
173c179,180
< uint64_t get_vec(int int_num)
---
> uint64_t
> get_vec(int int_num)
179c186,187
< void serialize(std::ostream &os)
---
> void
> serialize(std::ostream &os)
185c193,194
< void unserialize(Checkpoint *cp, const std::string &section)
---
> void
> unserialize(Checkpoint *cp, const std::string &section)