From dff73c1d184792adb317bd68bd381cd666c6f9d9 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 17 Jan 2011 01:13:50 -0800 Subject: [opcodes, pk, sim, xcc] removed nor, normalized macros to addi --- pk/entry.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pk/entry.S') 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 -- cgit v1.1