130,131c130,131
< std::string Branch::generateDisassembly(Addr pc,
< const SymbolTable *symtab) const
---
> std::string
> Branch::generateDisassembly(Addr pc, const SymbolTable *symtab) const
137c137
< if(_numDestRegs && _numSrcRegs)
---
> if (_numDestRegs && _numSrcRegs)
144c144,145
< std::string BranchImm13::generateDisassembly(Addr pc,
---
> std::string
> BranchImm13::generateDisassembly(Addr pc,
151c152
< if(_numSrcRegs > 0)
---
> if (_numSrcRegs > 0)
161c162,163
< std::string BranchDisp::generateDisassembly(Addr pc,
---
> std::string
> BranchDisp::generateDisassembly(Addr pc,
173,174c175,176
< if(symtab && symtab->findNearestSymbol(target, symbol, symbolAddr))
< {
---
> if (symtab &&
> symtab->findNearestSymbol(target, symbol, symbolAddr)) {
176c178
< if(symbolAddr != target)
---
> if (symbolAddr != target)
190c192
< //Attempt to execute the instruction
---
> // Attempt to execute the instruction
199,201c201,202
< if(fault == NoFault)
< {
< //Write the resulting state to the execution context
---
> if (fault == NoFault) {
> // Write the resulting state to the execution context
210c211,212
< Fault %(class_name)s::execute(%(CPU_exec_context)s *xc,
---
> Fault
> %(class_name)s::execute(%(CPU_exec_context)s *xc,
213c215
< //Attempt to execute the instruction
---
> // Attempt to execute the instruction
225,227c227,228
< if(fault == NoFault)
< {
< //Write the resulting state to the execution context
---
> if (fault == NoFault) {
> // Write the resulting state to the execution context