53,54c53,54
< //This class is for instructions that explicitly read control
< //registers. It provides a special generateDisassembly function.
---
> // This class is for instructions that explicitly read control
> // registers. It provides a special generateDisassembly function.
58c58
< //Constructor
---
> // Constructor
71,72c71,72
< //This class is for instructions that explicitly write control
< //registers. It provides a special generateDisassembly function.
---
> // This class is for instructions that explicitly write control
> // registers. It provides a special generateDisassembly function.
76c76
< //Constructor
---
> // Constructor
105,106c105,106
< //This class is for instructions that explicitly write control
< //registers. It provides a special generateDisassembly function.
---
> // This class is for instructions that explicitly write control
> // registers. It provides a special generateDisassembly function.
110c110
< //Constructor
---
> // Constructor
125,126c125,126
< std::string Priv::generateDisassembly(Addr pc,
< const SymbolTable *symtab) const
---
> std::string
> Priv::generateDisassembly(Addr pc, const SymbolTable *symtab) const
135,136c135,136
< std::string RdPriv::generateDisassembly(Addr pc,
< const SymbolTable *symtab) const
---
> std::string
> RdPriv::generateDisassembly(Addr pc, const SymbolTable *symtab) const
148,149c148,149
< std::string WrPriv::generateDisassembly(Addr pc,
< const SymbolTable *symtab) const
---
> std::string
> WrPriv::generateDisassembly(Addr pc, const SymbolTable *symtab) const
156,159c156,158
< //If the first reg is %g0, don't print it.
< //This improves readability
< if(_srcRegIdx[0] != 0)
< {
---
> // If the first reg is %g0, don't print it.
> // This improves readability
> if (_srcRegIdx[0] != 0) {
177,180c176,178
< //If the first reg is %g0, don't print it.
< //This improves readability
< if(_srcRegIdx[0] != 0)
< {
---
> // If the first reg is %g0, don't print it.
> // This improves readability
> if (_srcRegIdx[0] != 0) {
206,207c204,205
< //If the processor isn't in privileged mode, fault out right away
< if(%(check)s)
---
> // If the processor isn't in privileged mode, fault out right away
> if (%(check)s)
210c208
< if(%(tlCheck)s)
---
> if (%(tlCheck)s)