From 520e122253313b32a05aea9109181d1c049c2907 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 15 May 2015 06:37:24 +0000 Subject: [PATCH] - fixed comment git-svn-id: http://moon:8086/svn/mips@11 a8ebac50-d88d-4704-bea3-6648445a41b3 --- src/bootloader/startup_boot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootloader/startup_boot.S b/src/bootloader/startup_boot.S index af5577b..096e33f 100644 --- a/src/bootloader/startup_boot.S +++ b/src/bootloader/startup_boot.S @@ -12,7 +12,7 @@ _start: la $sp, stack_ptr # Set status register - # Kernel mode (SR1=1), Int disabled(SR0=0), after RFE into main + # Kernel mode (SR[1]=0), Int disabled(SR[0]=0), after RFE into main li $26, 0x1040000C mtc0 $26, $12 li $26, 0x00000000