aboutsummaryrefslogtreecommitdiff
path: root/pk/entry.S
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-01-17 01:13:50 -0800
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-01-17 01:13:50 -0800
commitdff73c1d184792adb317bd68bd381cd666c6f9d9 (patch)
tree25d1052e56920af45ff679242b43f560ff343a0c /pk/entry.S
parent0cf0242c3bb3fbd9aba37ca21325ea4d11b83f1b (diff)
downloadpk-dff73c1d184792adb317bd68bd381cd666c6f9d9.zip
pk-dff73c1d184792adb317bd68bd381cd666c6f9d9.tar.gz
pk-dff73c1d184792adb317bd68bd381cd666c6f9d9.tar.bz2
[opcodes, pk, sim, xcc] removed nor, normalized macros to addi
Diffstat (limited to 'pk/entry.S')
-rw-r--r--pk/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/entry.S b/pk/entry.S
index 15cb871..d2fb72c 100644
--- a/pk/entry.S
+++ b/pk/entry.S
@@ -123,7 +123,7 @@ pop_tf: # write the trap frame onto the stack
trap_entry:
mtpcr $ra,ASM_CR(PCR_K0)
mtpcr $x2,ASM_CR(PCR_K1)
- law $x2,stack_top-320
+ la $x2,stack_top-320
jal save_tf
move $sp,$x2
move $a0,$x2