From 5dbc2f0d01a4cf3771f7f90703ee638da61c7dd3 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 9 Oct 2009 14:03:24 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31481 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/r3000a.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') 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 { -- cgit v1.2.3