Warning fixes and some cleanups.

Correct me if I was wrong when changing those 0s to '\0's.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6093 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX 2010-08-13 19:07:59 +00:00
parent 0c1977dc45
commit 1f9dbb5afe
3 changed files with 29 additions and 29 deletions

View file

@ -202,7 +202,7 @@ bool DSPDisassembler::DisOpcode(const u16 *binbuf, int base_addr, int pass, u16
if ((*pc & 0x7fff) >= 0x1000)
{
*pc++;
++pc;
dest.append("; outside memory");
return false;
}