From e6eccde424e3162f6cb4df05e04fe228241a23f5 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 5 Feb 2019 17:51:54 +0100 Subject: No reorder has to be specified else addi is moved to j delay slot. All tests are passing now. Signed-off-by: Pavel Pisa --- tests/machine-unit-tests/data.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/machine-unit-tests/data.S b/tests/machine-unit-tests/data.S index d61d81d..94a1dfc 100644 --- a/tests/machine-unit-tests/data.S +++ b/tests/machine-unit-tests/data.S @@ -1,5 +1,8 @@ .text .globl _start +.set noat +.set noreorder +.ent _start _start: addi $1, $0, 6 -- cgit v1.2.3