diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-09 14:03:24 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-09 14:03:24 +0000 |
| commit | 5dbc2f0d01a4cf3771f7f90703ee638da61c7dd3 (patch) | |
| tree | fdc6ec734c87b69329f7345bb0ed2e8699a92b76 | |
| parent | 74cf700210cd1b38f6dea32a8629645529b9ed1d (diff) | |
| download | pcsxr-5dbc2f0d01a4cf3771f7f90703ee638da61c7dd3.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31481 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | libpcsxcore/r3000a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index aed6ce84..fa1be142 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -49,7 +49,7 @@ typedef union { s0, s1, s2, s3, s4, s5, s6, s7, t8, t9, k0, k1, gp, sp, s8, ra, lo, hi; } n; - u32 r[34]; /* Lo, Hi in r[33] and r[34] */ + u32 r[34]; /* Lo, Hi in r[32] and r[33] */ } psxGPRRegs; typedef union { |
