diff options
-rw-r--r-- | cgthumb2was.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgthumb2was.c b/cgthumb2was.c index 0fc9440..009581f 100644 --- a/cgthumb2was.c +++ b/cgthumb2was.c @@ -465,8 +465,8 @@ void w_as_abc_string_and_label_in_data_section (char *string,int length,char *la //static int register_order[15]={13,1,5,12,8,7,6,4,3,2,11,10,9,0,14}; // Tryout -static char *register_name[15]={"sp","r10","r5","r12","r8","r7","r6","r4","r3","r2","r1","r11","r9","r0","r14"}; -static int register_order[15]={13,10,5,12,8,7,6,4,3,2,1,11,9,0,14}; +static char *register_name[15]={"sp","r1","r5","r12","r8","r7","r6","r4","r3","r2","r11","r10","r9","r0","r14"}; +static int register_order[15]={13,1,5,12,8,7,6,4,3,2,11,10,9,0,14}; // Original //static char *register_name[15]={"sp","r10","r9","r11","r8","r7","r6","r4","r3","r2","r1","r0","r5","r12","r14"}; |