LLE-WIP: Indentation and small fixes to coding style.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2821 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-04-01 22:03:52 +00:00
parent 59c44bd13b
commit 9915533c3c
6 changed files with 1324 additions and 1322 deletions

View File

@ -236,8 +236,8 @@ DSPOPCTemplate opcodes_ext[] =
{"XXX", 0x0000, 0x0000, nop, nop, 1, 1, {{P_VAL, 1, 0, 0, 0x00ff}},},
};
const u32 opcodes_size = sizeof(opcodes) / sizeof(opc_t);
const u32 opcodes_ext_size = sizeof(opcodes_ext) / sizeof(opc_t);
const u32 opcodes_size = sizeof(opcodes) / sizeof(DSPOPCTemplate);
const u32 opcodes_ext_size = sizeof(opcodes_ext) / sizeof(DSPOPCTemplate);
void InitInstructionTable() {
// TODO(XK): Fill