More style.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef XENIA_FRONTEND_PPC_DISASM_H_
|
||||
#define XENIA_FRONTEND_PPC_DISASM_H_
|
||||
#ifndef XENIA_CPU_FRONTEND_PPC_DISASM_H_
|
||||
#define XENIA_CPU_FRONTEND_PPC_DISASM_H_
|
||||
|
||||
#include "xenia/base/string_buffer.h"
|
||||
#include "xenia/cpu/frontend/ppc_instr.h"
|
||||
@@ -17,10 +17,10 @@ namespace xe {
|
||||
namespace cpu {
|
||||
namespace frontend {
|
||||
|
||||
int DisasmPPC(InstrData& i, StringBuffer* str);
|
||||
int DisasmPPC(InstrData* i, StringBuffer* str);
|
||||
|
||||
} // namespace frontend
|
||||
} // namespace cpu
|
||||
} // namespace xe
|
||||
|
||||
#endif // XENIA_FRONTEND_PPC_DISASM_H_
|
||||
#endif // XENIA_CPU_FRONTEND_PPC_DISASM_H_
|
||||
|
||||
Reference in New Issue
Block a user