diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-26 01:01:05 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-26 01:01:05 +0000 |
| commit | 306902a14b95908dfb49ce1e5c41edf90f61eaa3 (patch) | |
| tree | 30be174f00d3f32843d093a51c069ec23c144262 /libpcsxcore/psxbios.c | |
| parent | 72524b9a4e45a26cd598474aa1302d95080f7fcf (diff) | |
| download | pcsxr-306902a14b95908dfb49ce1e5c41edf90f61eaa3.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53626 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxbios.c')
| -rw-r--r-- | libpcsxcore/psxbios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index 25313780..f2751b86 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -607,7 +607,7 @@ void psxBios_tolower() { // 0x26 void psxBios_bcopy() { // 0x27 char *p1 = (char *)Ra1, *p2 = (char *)Ra0; - while (a3-- > 0) *p1++ = *p2++; + while (a2-- > 0) *p1++ = *p2++; pc0 = ra; } |
